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 webpage provides reference documentation for the `AsyncBatchAnnotateFilesResponse` class within the Google Cloud Vision v1 API for .NET."],["The `AsyncBatchAnnotateFilesResponse` class represents the response to an asynchronous batch file annotation request."],["The latest version of this class is 3.7.0, with documentation available for versions ranging from 2.3.0 to 3.7.0."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Responses` property is a `RepeatedField` containing a list of `AsyncAnnotateFileResponse`, each corresponding to a request in the `AsyncBatchAnnotateFilesRequest`."]]],[]]