public sealed class AsyncBatchAnnotateImagesResponse : IMessage<AsyncBatchAnnotateImagesResponse>, IEquatable<AsyncBatchAnnotateImagesResponse>, IDeepCloneable<AsyncBatchAnnotateImagesResponse>, IBufferMessage, IMessage
Response to an async batch image annotation request.
Implements
IMessage<AsyncBatchAnnotateImagesResponse>, IEquatable<AsyncBatchAnnotateImagesResponse>, IDeepCloneable<AsyncBatchAnnotateImagesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
AsyncBatchAnnotateImagesResponse()
public AsyncBatchAnnotateImagesResponse()
AsyncBatchAnnotateImagesResponse(AsyncBatchAnnotateImagesResponse)
public AsyncBatchAnnotateImagesResponse(AsyncBatchAnnotateImagesResponse other)
Parameter | |
---|---|
Name | Description |
other | AsyncBatchAnnotateImagesResponse |
Properties
OutputConfig
public OutputConfig OutputConfig { get; set; }
The output location and metadata from AsyncBatchAnnotateImagesRequest.
Property Value | |
---|---|
Type | Description |
OutputConfig |