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 for version 3.5.0."],["`AnnotateImageRequest` is used to perform various Google Cloud Vision API tasks on images, accepting user-requested features and context information."],["The `AnnotateImageRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring certain functionalities."],["Key properties of the `AnnotateImageRequest` class include `Features`, `Image`, and `ImageContext`, which allow for specifying image processing details and related information."],["The page lists previous versions, with version 3.7.0 being the most recent, while version 3.5.0 is the current version being documented."]]],[]]