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` class is part of the `Google.Cloud.Vision.V1` namespace and is available in versions ranging from 2.3.0 to the latest 3.7.0."],["The `AnnotateImageRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties for `Features`, `Image`, and `ImageContext`, allowing for the specification of requested image analysis tasks, the image to be analyzed, and additional context."],["The webpage content includes details about the constructors for creating instances of the `AnnotateImageRequest` class, offering the option of a default constructor or a copy constructor that accepts another `AnnotateImageRequest` object."]]],[]]