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-04-17 UTC."],[[["The content provides documentation for the `AsyncBatchAnnotateImagesResponse` class within the `Google.Cloud.Vision.V1` namespace, specifically for versions ranging from 2.3.0 to the latest version 3.7.0."],["`AsyncBatchAnnotateImagesResponse` is a sealed class used for responses to asynchronous batch image annotation requests, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `AsyncBatchAnnotateImagesResponse()` and a copy constructor `AsyncBatchAnnotateImagesResponse(AsyncBatchAnnotateImagesResponse other)` for creating instances from existing `AsyncBatchAnnotateImagesResponse` objects."],["It includes one main property, `OutputConfig`, which is of type `OutputConfig` and represents the output location and metadata associated with an `AsyncBatchAnnotateImagesRequest`."],["The latest version available in this documentation is version 3.7.0, while version 3.0.0 is also detailed, and versions 3.1.0 through 3.6.0, and versions 2.3.0 through 2.5.0 are also accessible."]]],[]]