public sealed class AnnotateImageRequest : IMessage<AnnotateImageRequest>, IEquatable<AnnotateImageRequest>, IDeepCloneable<AnnotateImageRequest>, IBufferMessage, IMessage
Request for performing Google Cloud Vision API tasks over a user-provided
image, with user-requested features, and with context information.
[[["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 details the `AnnotateImageRequest` class, which is used to send requests to the Google Cloud Vision API for image analysis."],["The `AnnotateImageRequest` class is part of the `Google.Cloud.Vision.V1` namespace and is available in the `Google.Cloud.Vision.V1.dll` assembly."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is 3.7.0, and there are several previous versions, including 3.6.0, 3.5.0, all the way down to 2.3.0, which are all linked on this page."],["The `AnnotateImageRequest` class contains properties for `Features`, `Image`, and `ImageContext`, which provide the specific details for the request."]]],[]]