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 represents the response to an asynchronous batch file annotation request and includes a list of `AsyncAnnotateFileResponse` objects, each corresponding to a request made."],["The documentation outlines the class's inheritance, implemented interfaces (including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`), and inherited members."],["It details the available constructors for `AsyncBatchAnnotateFilesResponse`, including a default constructor and a copy constructor, as well as the `Responses` property that contains the collection of file annotation responses."],["The latest version available for this API is 3.7.0, with multiple earlier versions (3.6.0, 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.5.0, 2.4.0, and 2.3.0) also documented."]]],[]]