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, features, and context information."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting from the base `Object` class."],["`AnnotateImageRequest` contains properties like `Features`, `Image`, and `ImageContext` to define the request parameters, including the features to be extracted from the image and any additional image context."],["There are multiple versions available, with the latest being version 3.7.0, and it is currently reading version 2.3.0."],["There are two constructors: an empty one and one that takes another `AnnotateImageRequest` object as a parameter."]]],[]]