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-04-17 UTC."],[[["The `AsyncBatchAnnotateFilesRequest` class in version 2.5.0 of the Google Cloud Vision V1 library allows multiple asynchronous file annotation requests to be combined into a single service call."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionality and compatibility."],["It offers two constructors: a default constructor and one that takes another `AsyncBatchAnnotateFilesRequest` object for cloning."],["The class has two main properties: `Parent`, which specifies the target project and location, and `Requests`, which contains the individual async file annotation requests."],["The most recent version available in this document is version 3.7.0, with ten other prior versions available."]]],[]]