public sealed class BatchAnnotateFilesRequest : IMessage<BatchAnnotateFilesRequest>, IEquatable<BatchAnnotateFilesRequest>, IDeepCloneable<BatchAnnotateFilesRequest>, IBufferMessage, IMessage
A list of requests to annotate files using the BatchAnnotateFiles API.
[[["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 details the `BatchAnnotateFilesRequest` class, part of the Google Cloud Vision API version 2.4.0."],["The `BatchAnnotateFilesRequest` class is used to send a list of requests to annotate files using the BatchAnnotateFiles API, which currently supports only one `AnnotateFileRequest` per request."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of `BatchAnnotateFilesRequest` include `Parent` for specifying the target project and location, and `Requests` for containing the file annotation requests."],["The documentation provided covers versions 2.3.0 up to the latest version, 3.7.0, of the `BatchAnnotateFilesRequest`."]]],[]]