public sealed class AsyncBatchAnnotateFilesRequest : IMessage<AsyncBatchAnnotateFilesRequest>, IEquatable<AsyncBatchAnnotateFilesRequest>, IDeepCloneable<AsyncBatchAnnotateFilesRequest>, IBufferMessage, IMessage
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."],[[["This webpage provides documentation for the `AsyncBatchAnnotateFilesRequest` class, specifically version 2.3.0, within the `Google.Cloud.Vision.V1` namespace."],["The `AsyncBatchAnnotateFilesRequest` class is used to batch multiple asynchronous file annotation requests into a single service call for efficient processing."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either empty or by copying another `AsyncBatchAnnotateFilesRequest` instance."],["Key properties of this class include `Parent`, which specifies the project and location, and `Requests`, which contains the collection of individual async file annotation requests."]]],[]]