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 page details the `AsyncBatchAnnotateFilesResponse` class, which is used in the Google Cloud Vision API for handling responses to asynchronous batch file annotation requests."],["The content covers version 2.3.0 of the `AsyncBatchAnnotateFilesResponse`, with links to documentation for versions ranging from 2.3.0 to 3.7.0 of this same response class."],["The `AsyncBatchAnnotateFilesResponse` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a `Responses` property, which is a list of file annotation responses corresponding to each request in the `AsyncBatchAnnotateFilesRequest`."],["The page provides details on the two constructors available for the `AsyncBatchAnnotateFilesResponse` class, one default and another which takes an existing `AsyncBatchAnnotateFilesResponse` as an argument."]]],[]]