public sealed class AnnotateImageRequest : IMessage<AnnotateImageRequest>, IEquatable<AnnotateImageRequest>, IDeepCloneable<AnnotateImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class AnnotateImageRequest.
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-03-21 UTC."],[[["This document provides reference information for the `AnnotateImageRequest` class within the Google Cloud Vision v1 API, specifically version 3.2.0, which is part of the broader .NET documentation."],["`AnnotateImageRequest` is used to initiate tasks using the Google Cloud Vision API on a provided image and allows users to specify features and context information."],["The `AnnotateImageRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class allows for the processing of images, containing the properties of `Features`, `Image`, and `ImageContext`, each with its own respective data type, describing the type of features the user can request, the actual image, and any context surrounding it."],["The document also lists the history of updates, including version 3.7.0 as the most recent, along with the versions 3.6.0, 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.5.0, 2.4.0, 2.3.0."]]],[]]