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.4.0, which is part of the .NET library."],["The `AnnotateImageRequest` class is used to make requests for performing Google Cloud Vision API tasks on images, allowing for the specification of features and context."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it has constructors for creating new instances, either empty or by copying another `AnnotateImageRequest`."],["The class includes properties such as `Features`, `Image`, and `ImageContext` that are used to set the requested features, the image to be processed, and additional context information respectively."],["The document also lists the available versions of the Google Cloud Vision API, with version 3.7.0 being the most recent, and it goes as low as 2.3.0."]]],[]]