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."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["You can construct an `AsyncBatchAnnotateFilesRequest` either using a default constructor or by providing another `AsyncBatchAnnotateFilesRequest` object as a parameter."],["The `Parent` property allows specifying the target project and location, with options for `us`, `asia`, or `eu` locations; if not specified, a region is chosen automatically."],["The `Requests` property holds the individual asynchronous file annotation requests for the batch, contained in a `RepeatedField` of `AsyncAnnotateFileRequest` objects."]]],[]]