public sealed class AsyncBatchAnnotateFilesResponse : IMessage<AsyncBatchAnnotateFilesResponse>, IEquatable<AsyncBatchAnnotateFilesResponse>, IDeepCloneable<AsyncBatchAnnotateFilesResponse>, IBufferMessage, IMessage
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 outlines the `AsyncBatchAnnotateFilesResponse` class, which is used to handle responses from asynchronous batch file annotation requests in Google Cloud Vision API version 2.4.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities for message handling, equality comparisons, deep cloning, and buffer operations."],["It includes a `Responses` property of type `RepeatedField\u003cAsyncAnnotateFileResponse\u003e` that holds a list of file annotation responses, with one response for each request made in `AsyncBatchAnnotateFilesRequest`."],["The `AsyncBatchAnnotateFilesResponse` class is found within the `Google.Cloud.Vision.V1` namespace in the `Google.Cloud.Vision.V1.dll` assembly, showing its structure and hierarchy within the Google Cloud Vision library."],["It can be instantiated with a default constructor `AsyncBatchAnnotateFilesResponse()` or with another instance of itself `AsyncBatchAnnotateFilesResponse(AsyncBatchAnnotateFilesResponse other)`."]]],[]]