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 used for responses to asynchronous batch image annotation requests within the Google Cloud Vision API."],["The `AsyncBatchAnnotateImagesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor and a constructor that accepts another `AsyncBatchAnnotateImagesResponse` object for creating a new instance."],["It includes one primary property, `OutputConfig`, which manages the output location and associated metadata derived from the `AsyncBatchAnnotateImagesRequest`."],["The webpage also shows a list of previous versions of the `AsyncBatchAnnotateImagesResponse`, with version 3.7.0 being the latest."]]],[]]