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 part of the Google Cloud Vision API's .NET library, specifically within version 3.0.0."],["The `AsyncBatchAnnotateFilesResponse` class is used to represent the response to an asynchronous batch file annotation request."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Responses` property of type `RepeatedField\u003cAsyncAnnotateFileResponse\u003e` which holds a list of individual file annotation responses."],["The page contains version history of the `AsyncBatchAnnotateFilesResponse` class, ranging from version 2.3.0 up to the most recent version of 3.7.0."]]],[]]