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 is available in various versions, ranging from the latest (3.7.0) down to version 2.3.0, with the current page specifically documenting version 3.2.0, and it inherits from the .NET `Object` class."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains members inherited from the base `Object` class like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ImageAnnotationContext` class includes two constructors: a default one and another that accepts another `ImageAnnotationContext` object, enabling the creation of new instances."],["It includes properties such as `PageNumber`, which denotes the page number in a PDF or TIFF file that was the source of the image, and `Uri`, which specifies the file's URI."]]],[]]