Class GoogleCloudVisionV1p2beta1AnnotateFileResponse
Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p2beta1AnnotateFileResponse : 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 GoogleCloudVisionV1p2beta1InputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p2beta1InputConfig |
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<GoogleCloudVisionV1p2beta1AnnotateImageResponse> Responses { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVisionV1p2beta1AnnotateImageResponse> |
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? |