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-09 UTC."],[[["The `ImageAnnotationContext` class provides information about the source of an image, especially if it was derived from a file like a PDF."],["The latest version of the `ImageAnnotationContext` documentation is version 3.7.0, with several previous versions also available, from 3.6.0 down to 2.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImageAnnotationContext` class contains properties such as `PageNumber` (for PDF or TIFF files) and `Uri` (the file's URI) to specify the image source."]]],[]]