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."],[[["This webpage provides documentation for the `ImageAnnotationContext` class within the Google Cloud Vision v1 API, detailing its purpose in providing information about the source of an image, such as when it's derived from a PDF file."],["The `ImageAnnotationContext` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["This class has two constructors, one default and one that takes another `ImageAnnotationContext` instance, allowing for object creation and cloning."],["The class contains two key properties: `PageNumber`, which specifies the page number of the source file for images derived from PDFs or TIFFs, and `Uri`, which holds the URI of the file from which the image was produced."],["The latest version of this class is version 3.7.0, and it offers older version from 3.6.0 all the way to 2.3.0."]]],[]]