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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version available for the Google Cloud Vision v1 API class ImageAnnotationContext is 3.7.0, with multiple previous versions listed, including 3.4.0."],["ImageAnnotationContext is a class within the Google Cloud Vision v1 API that provides information about the source of an image, particularly when the image originates from a file like a PDF."],["The ImageAnnotationContext class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the base object class."],["The class has two constructors, one default and one that takes another ImageAnnotationContext object as a parameter, and it has properties for `PageNumber` and `Uri`, providing page number and file URI information, respectively."],["The class is found in the Google.Cloud.Vision.V1 namespace."]]],[]]