public sealed class AsyncBatchAnnotateImagesResponse : IMessage<AsyncBatchAnnotateImagesResponse>, IEquatable<AsyncBatchAnnotateImagesResponse>, IDeepCloneable<AsyncBatchAnnotateImagesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class AsyncBatchAnnotateImagesResponse.
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 provides reference documentation for the `AsyncBatchAnnotateImagesResponse` class in the Google Cloud Vision v1 API for .NET, covering versions from 2.3.0 up to the latest 3.7.0."],["The `AsyncBatchAnnotateImagesResponse` class is a response to an async batch image annotation request and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties like `OutputConfig`, which specifies the output location and metadata from `AsyncBatchAnnotateImagesRequest`."],["There are two constructors for the class, one being a parameterless one and the other one allowing an `AsyncBatchAnnotateImagesResponse` to be used as a parameter."]]],[]]