Class ImageAnnotationContext (3.1.0)

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

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
Int32

Uri

public string Uri { get; set; }

The URI of the file used to produce the image.

Property Value
TypeDescription
String