Show / Hide Table of Contents

Class GoogleCloudVisionV1p4beta1AnnotateFileResponse

Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.

Inheritance
object
GoogleCloudVisionV1p4beta1AnnotateFileResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p4beta1AnnotateFileResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

If set, represents the error message for the failed request. The responses field will not be set in this case.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

InputConfig

Information about the file for which this response is generated.

Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudVisionV1p4beta1InputConfig InputConfig { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p4beta1InputConfig

Responses

Individual responses to images found within the file. This field will be empty if the error field is set.

Declaration
[JsonProperty("responses")]
public virtual IList<GoogleCloudVisionV1p4beta1AnnotateImageResponse> Responses { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p4beta1AnnotateImageResponse>

TotalPages

This field gives the total number of pages in the file.

Declaration
[JsonProperty("totalPages")]
public virtual int? TotalPages { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX