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 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, as indicated by its role and class name."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it supports message handling, equality checks, deep cloning, and buffer message operations."],["The `AsyncBatchAnnotateFilesResponse` class contains a `Responses` property, which is a list of `AsyncAnnotateFileResponse` objects, one per request made."],["The current document also lists documentation for past versions, all the way down to version 2.3.0, allowing users to look up older versions of the `AsyncBatchAnnotateFilesResponse` class."]]],[]]