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."],[[["The `AnnotateImageRequest` class is part of the Google Cloud Vision v1 API, and it's used to request image processing tasks."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The `AnnotateImageRequest` has properties such as `Features`, `Image`, and `ImageContext` to define the image to process, the processing to be done, and any relevant context."],["There are various versions of the API available, with the latest being version 3.7.0, and each version has a link to its respective documentation."]]],[]]