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-03-21 UTC."],[[["The latest version available for the `ImageAnnotationContext` class is 3.7.0, but this page specifically references version 3.5.0."],["`ImageAnnotationContext` is a class within the Google Cloud Vision v1 API, providing information about the source of an image, particularly if it originated from a file like a PDF."],["This class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImageAnnotationContext` class has two constructors, a default one and one that accepts another `ImageAnnotationContext` as a parameter."],["Key properties of `ImageAnnotationContext` include `PageNumber`, which specifies the page from a multi-page document, and `Uri`, which indicates the source file's location."]]],[]]