Google Cloud Vision v1 API - Class ImageAnnotationContext (3.6.0)

public sealed class ImageAnnotationContext : IMessage<ImageAnnotationContext>, IEquatable<ImageAnnotationContext>, IDeepCloneable<ImageAnnotationContext>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class ImageAnnotationContext.

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

Inheritance

object > ImageAnnotationContext

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ImageAnnotationContext()

public ImageAnnotationContext()

ImageAnnotationContext(ImageAnnotationContext)

public ImageAnnotationContext(ImageAnnotationContext other)
Parameter
NameDescription
otherImageAnnotationContext

Properties

PageNumber

public int PageNumber { get; set; }

If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.

Property Value
TypeDescription
int

Uri

public string Uri { get; set; }

The URI of the file used to produce the image.

Property Value
TypeDescription
string