public sealed class ImageAnnotationContext : IMessage<ImageAnnotationContext>, IEquatable<ImageAnnotationContext>, IDeepCloneable<ImageAnnotationContext>, IBufferMessage, IMessage
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."],[[["This webpage details the `ImageAnnotationContext` class within the `Google.Cloud.Vision.V1` namespace, part of the `Google.Cloud.Vision.V1.dll` assembly, outlining its role in providing information about the source of an image, especially from files like PDFs."],["The latest version documented on the page is version 3.7.0, and it provides version information going back to version 2.3.0 for `ImageAnnotationContext`."],["`ImageAnnotationContext` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within Google's Protobuf system."],["The class includes two constructors: a default constructor, `ImageAnnotationContext()`, and another that takes an `ImageAnnotationContext` object as a parameter for copying, `ImageAnnotationContext(ImageAnnotationContext other)`."],["`ImageAnnotationContext` has two primary properties: `PageNumber`, an integer representing the page number if the image was from a PDF or TIFF file, and `Uri`, a string containing the URI of the source file."]]],[]]