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."],["`AnnotateImageRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["The class offers two constructors: a default constructor and one that takes another `AnnotateImageRequest` instance as a parameter."],["The class contains three key properties: `Features`, to specify the desired image analysis tasks, `Image`, which holds the image to be processed, and `ImageContext`, which provides additional contextual information."],["The latest version of this class is 3.7.0, while the page being viewed is for version 3.1.0."]]],[]]