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 document provides reference information for the `BatchAnnotateFilesRequest` class within the Google Cloud Vision v1 API, specifically version 3.3.0."],["The `BatchAnnotateFilesRequest` class is used to create a list of requests for annotating files using the BatchAnnotateFiles API, and is implemented with several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines the class's constructors, which include a default constructor and one that takes another `BatchAnnotateFilesRequest` object, as well as the properties `Parent` and `Requests`, which are used to specify the project location and the list of file annotation requests, respectively."],["The latest version available for this API is 3.7.0 and this page displays the documentation for version 3.3.0, although versions ranging from 2.3.0 through 3.7.0 are available."]]],[]]