public sealed class AsyncBatchAnnotateFilesRequest : IMessage<AsyncBatchAnnotateFilesRequest>, IEquatable<AsyncBatchAnnotateFilesRequest>, IDeepCloneable<AsyncBatchAnnotateFilesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class AsyncBatchAnnotateFilesRequest.
Multiple async file annotation requests are batched into a single service
call.
[[["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 `AsyncBatchAnnotateFilesRequest` class, part of the Google Cloud Vision v1 API, is used to batch multiple asynchronous file annotation requests into a single service call."],["This class inherits from `Object` and implements `IMessage\u003cAsyncBatchAnnotateFilesRequest\u003e`, `IEquatable\u003cAsyncBatchAnnotateFilesRequest\u003e`, `IDeepCloneable\u003cAsyncBatchAnnotateFilesRequest\u003e`, `IBufferMessage`, and `IMessage`."],["It includes a `Parent` property, which is optional and specifies the target project and location for the API call, with supported locations being `us`, `asia`, and `eu`."],["The `Requests` property, a required field, allows you to provide a collection of individual asynchronous file annotation requests within the batch using `RepeatedField\u003cAsyncAnnotateFileRequest\u003e`."],["Version 3.7.0 is the latest available, while this document provides information on version 3.2.0, and there are various versions available, from 2.3.0 to 3.7.0."]]],[]]