public sealed class AsyncBatchAnnotateFilesResponse : IMessage<AsyncBatchAnnotateFilesResponse>, IEquatable<AsyncBatchAnnotateFilesResponse>, IDeepCloneable<AsyncBatchAnnotateFilesResponse>, IBufferMessage, IMessage
Response to an async batch file annotation request.
[[["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 `AsyncBatchAnnotateFilesResponse` class, which is used to handle responses from asynchronous batch file annotation requests in Google Cloud Vision API version 3.1.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It features a `Responses` property, a `RepeatedField` of type `AsyncAnnotateFileResponse`, which contains the list of annotation responses for each file requested in `AsyncBatchAnnotateFilesRequest`."],["The class has two constructors: a default constructor and another that accepts an `AsyncBatchAnnotateFilesResponse` object for parameter `other`."],["This page belongs to the namespace `Google.Cloud.Vision.V1` and is found within the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]