Class GoogleCloudVisionV1p4beta1ImageAnnotationContext
If an image was produced from a file (e.g. a PDF), this message gives information about the source of that image.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p4beta1ImageAnnotationContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PageNumber
If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.
Declaration
[JsonProperty("pageNumber")]
public virtual int? PageNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |
Uri
The URI of the file used to produce the image.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |