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-04-17 UTC."],[[["This document provides reference information for the `AsyncBatchAnnotateFilesResponse` class within the Google Cloud Vision v1 API, specifically version 3.4.0."],["`AsyncBatchAnnotateFilesResponse` serves as the response type for asynchronous batch file annotation requests, containing one file annotation response for each request."],["The class `AsyncBatchAnnotateFilesResponse` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring various functionalities."],["The primary property of `AsyncBatchAnnotateFilesResponse` is `Responses`, which is a `RepeatedField` containing `AsyncAnnotateFileResponse` objects."],["The document covers versions from 2.3.0 up to 3.7.0, with 3.7.0 being the most recent version."]]],[]]