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 documentation for the `AsyncBatchAnnotateFilesResponse` class, a part of the Google Cloud Vision v1 API."],["`AsyncBatchAnnotateFilesResponse` is a response object used for asynchronous batch file annotation requests and is found within the `Google.Cloud.Vision.V1` namespace."],["The latest version of the API available is 3.7.0, while this specific documentation covers version 3.2.0, and includes a list of other versions."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes a `Responses` property of type `RepeatedField\u003cAsyncAnnotateFileResponse\u003e` that provides a list of file annotation responses for each request in an `AsyncBatchAnnotateFilesRequest`."]]],[]]