public sealed class AsyncBatchAnnotateFilesResponse : IMessage<AsyncBatchAnnotateFilesResponse>, IEquatable<AsyncBatchAnnotateFilesResponse>, IDeepCloneable<AsyncBatchAnnotateFilesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class AsyncBatchAnnotateFilesResponse.
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 document provides reference information for the `AsyncBatchAnnotateFilesResponse` class within the Google Cloud Vision v1 API, specifically for .NET development."],["The `AsyncBatchAnnotateFilesResponse` class is designed to handle responses from asynchronous batch file annotation requests and implements multiple interfaces for message handling and object manipulation."],["The document outlines the inheritance and implementation details of `AsyncBatchAnnotateFilesResponse`, including its relationship with other classes like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AsyncBatchAnnotateFilesResponse` class has a constructor and one property, `Responses`, which contains a list of `AsyncAnnotateFileResponse` objects, one for each file in the batch request."],["There are various versions of this documentation available, ranging from version 2.3.0 up to the latest version 3.7.0."]]],[]]