Show / Hide Table of Contents

Class GoogleCloudVisionV1p3beta1ImageAnnotationContext

If an image was produced from a file (e.g. a PDF), this message gives information about the source of that image.

Inheritance
object
GoogleCloudVisionV1p3beta1ImageAnnotationContext
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 GoogleCloudVisionV1p3beta1ImageAnnotationContext : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX