Google Cloud Vision v1 API - Class AsyncBatchAnnotateImagesResponse (3.2.0)

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.

Inheritance

Object > AsyncBatchAnnotateImagesResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

AsyncBatchAnnotateImagesResponse()

public AsyncBatchAnnotateImagesResponse()

AsyncBatchAnnotateImagesResponse(AsyncBatchAnnotateImagesResponse)

public AsyncBatchAnnotateImagesResponse(AsyncBatchAnnotateImagesResponse other)
Parameter
NameDescription
otherAsyncBatchAnnotateImagesResponse

Properties

OutputConfig

public OutputConfig OutputConfig { get; set; }

The output location and metadata from AsyncBatchAnnotateImagesRequest.

Property Value
TypeDescription
OutputConfig