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."],[[["The `BatchAnnotateFilesRequest` class is used to send requests to the BatchAnnotateFiles API for file annotation."],["This class is found within the `Google.Cloud.Vision.V1` namespace in the `Google.Cloud.Vision.V1.dll` assembly."],["The latest version available for this class is 3.7.0, but this specific documentation refers to version 3.0.0, and version 3.0.0 is also available."],["It inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities like deep cloning and equality comparison."],["It supports specifying a target project and location for the API call via the `Parent` property and includes a `Requests` property to define the list of file annotation requests."]]],[]]