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 webpage provides documentation for the `AnnotateImageRequest` class within the Google Cloud Vision v1 API, specifically version 3.3.0."],["`AnnotateImageRequest` is a request class used to perform Google Cloud Vision API tasks on an image with specified features and context."],["The class is derived from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AnnotateImageRequest` class includes properties like `Features`, `Image`, and `ImageContext` to define the request's parameters, such as the requested features, the image itself, and additional context information."],["The webpage lists all of the versions and links for this reference of AnnotateImageRequest, with 3.7.0 being the latest."]]],[]]