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-04-17 UTC."],[[["This webpage details the `BatchAnnotateFilesRequest` class, used for batch annotation of files via the Google Cloud Vision API, specifically version 3.1.0, within the `Google.Cloud.Vision.V1` namespace."],["The `BatchAnnotateFilesRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, while providing constructors for creating new instances."],["The class includes two main properties: `Parent`, which specifies the project and location for the API call, and `Requests`, a list of `AnnotateFileRequest` objects representing the files to be annotated, currently only supporting a single request."],["The webpage provides links to documentation for various versions of the `BatchAnnotateFilesRequest` class, ranging from version 2.3.0 to 3.7.0, allowing users to access the most up to date information."]]],[]]