public sealed class BatchAnnotateFilesRequest : IMessage<BatchAnnotateFilesRequest>, IEquatable<BatchAnnotateFilesRequest>, IDeepCloneable<BatchAnnotateFilesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class BatchAnnotateFilesRequest.
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-04-17 UTC."],[[["This webpage provides documentation for the `BatchAnnotateFilesRequest` class within the Google Cloud Vision v1 API, specifically version 3.2.0, and provides access to versions all the way up to 3.7.0, and down to 2.3.0."],["The `BatchAnnotateFilesRequest` class is used to send a list of file annotation requests to the BatchAnnotateFiles API, with current support for only one `AnnotateFileRequest` per `BatchAnnotateFilesRequest`."],["This class has parameters such as Parent, where you can input a project and location, and if no parent is specified, a region will be chosen automatically, and it also requires the list of requests in the form of the `Requests` property."],["The `BatchAnnotateFilesRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for the `BatchAnnotateFilesRequest` class: a default constructor and one that accepts another `BatchAnnotateFilesRequest` object."]]],[]]