public sealed class ImageAnnotationContext : IMessage<ImageAnnotationContext>, IEquatable<ImageAnnotationContext>, IDeepCloneable<ImageAnnotationContext>, IBufferMessage, IMessageReference 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.
Implements
IMessageImageAnnotationContext, IEquatableImageAnnotationContext, IDeepCloneableImageAnnotationContext, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ImageAnnotationContext()
public ImageAnnotationContext()ImageAnnotationContext(ImageAnnotationContext)
public ImageAnnotationContext(ImageAnnotationContext other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ImageAnnotationContext | 
      
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 | |
|---|---|
| Type | Description | 
int | 
        |
Uri
public string Uri { get; set; }The URI of the file used to produce the image.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |