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."],[[["The `AnnotateImageRequest` class is used to request tasks from the Google Cloud Vision API for user-provided images."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["The `AnnotateImageRequest` class has constructors for creating new instances, either default or from another `AnnotateImageRequest` object."],["The `Features` property allows for specifying the requested features for image analysis, while `Image` holds the image data, and `ImageContext` provides additional contextual information."],["Version 3.7.0 is the latest version of this API, and versions from 2.3.0 to 3.6.0 are also listed in the content."]]],[]]