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-04-17 UTC."],[[["This document provides reference information for the `AnnotateImageRequest` class within the Google Cloud Vision v1 API, specifically version 3.6.0, which is part of the Google.Cloud.Vision.V1 namespace."],["`AnnotateImageRequest` is a class used to make requests to the Google Cloud Vision API for image analysis, allowing users to specify the image, requested features, and context information."],["The `AnnotateImageRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base .NET object class."],["The class has two constructors, one default and another for copying from an existing `AnnotateImageRequest` instance, and it contains properties such as `Features`, `Image`, and `ImageContext` for detailed request configuration."],["The document also presents the available version numbers of the API that can be referenced, ranging from version 2.3.0 to 3.7.0, with 3.7.0 being the latest version."]]],[]]