public sealed class AsyncBatchAnnotateImagesResponse : IMessage<AsyncBatchAnnotateImagesResponse>, IEquatable<AsyncBatchAnnotateImagesResponse>, IDeepCloneable<AsyncBatchAnnotateImagesResponse>, IBufferMessage, IMessage
Response to an async batch image 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 `AsyncBatchAnnotateImagesResponse` class, which is part of the Google Cloud Vision API's .NET library, specifically within version 2.3.0."],["The `AsyncBatchAnnotateImagesResponse` class represents the response to an asynchronous batch image annotation request."],["The page lists various versions of the API, ranging from 2.3.0 to the latest 3.7.0, allowing for access to documentation for these specific versions."],["`AsyncBatchAnnotateImagesResponse` is sealed and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `OutputConfig` property of this class is used to define the output location and related metadata for the `AsyncBatchAnnotateImagesRequest`."]]],[]]