public sealed class AsyncAnnotateFileResponse : IMessage<AsyncAnnotateFileResponse>, IEquatable<AsyncAnnotateFileResponse>, IDeepCloneable<AsyncAnnotateFileResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class AsyncAnnotateFileResponse.
The response for a single offline file annotation request.
Implements
IMessageAsyncAnnotateFileResponse, IEquatableAsyncAnnotateFileResponse, IDeepCloneableAsyncAnnotateFileResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
AsyncAnnotateFileResponse()
public AsyncAnnotateFileResponse()AsyncAnnotateFileResponse(AsyncAnnotateFileResponse)
public AsyncAnnotateFileResponse(AsyncAnnotateFileResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AsyncAnnotateFileResponse |
Properties
OutputConfig
public OutputConfig OutputConfig { get; set; }The output location and metadata from AsyncAnnotateFileRequest.
| Property Value | |
|---|---|
| Type | Description |
OutputConfig |
|