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, specifically version 2.5.0."],["The latest version of `AsyncBatchAnnotateImagesResponse` is 3.7.0, and the content lists available versions ranging from 2.3.0 up to the most recent release."],["The `AsyncBatchAnnotateImagesResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The class contains a constructor and property `OutputConfig` which represents the location and metadata from an `AsyncBatchAnnotateImagesRequest`."]]],[]]