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."],[[["The `AsyncBatchAnnotateFilesRequest` class is used to batch multiple asynchronous file annotation requests into a single service call within the Google Cloud Vision API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for flexible usage and manipulation within .NET applications."],["The `Requests` property of the class is required and holds a collection of `AsyncAnnotateFileRequest` instances, representing the individual file annotation tasks in the batch."],["The `Parent` property allows you to specify the target project and location for the API call, and if not defined, a region is automatically chosen."],["This documentation page provides access to multiple versions of the `AsyncBatchAnnotateFilesRequest` class ranging from version 2.3.0 to the latest version, 3.7.0."]]],[]]