public sealed class AsyncBatchAnnotateImagesRequest : IMessage<AsyncBatchAnnotateImagesRequest>, IEquatable<AsyncBatchAnnotateImagesRequest>, IDeepCloneable<AsyncBatchAnnotateImagesRequest>, IBufferMessage, IMessage
Request for async image annotation for a list of images.
[[["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."],[[["This document outlines the `AsyncBatchAnnotateImagesRequest` class, which is used to request asynchronous image annotations for multiple images."],["The `AsyncBatchAnnotateImagesRequest` class is part of the Google Cloud Vision API, specifically within the `Google.Cloud.Vision.V1` namespace, and is available through various .NET versions ranging from 2.3.0 to 3.7.0."],["Key properties of this class include `OutputConfig`, which specifies the desired output location and format, `Parent`, which targets a project and location, and `Requests`, which contains the individual image annotation requests for the batch."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionality for message handling, equality checks, deep cloning, and buffered messages."],["There are two constructors provided, one being the default, and the other taking another instance of `AsyncBatchAnnotateImagesRequest` as a parameter."]]],[]]