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 webpage details the `AsyncBatchAnnotateFilesResponse` class, which is the response type for asynchronous batch file annotation requests in the Google Cloud Vision API, specifically within version 2.5.0 of the library."],["The `AsyncBatchAnnotateFilesResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["It inherits from the base `Object` class and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` for general object operations."],["The class contains a `Responses` property of type `RepeatedField\u003cAsyncAnnotateFileResponse\u003e`, which holds a collection of file annotation responses corresponding to each request made in `AsyncBatchAnnotateFilesRequest`."],["The page also lists older and newer version links in the Google Cloud Vision API, with the most recent version being 3.7.0."]]],[]]