Google Cloud Vision v1 API - Class AsyncAnnotateFileResponse (3.6.0)

public sealed class AsyncAnnotateFileResponse : IMessage<AsyncAnnotateFileResponse>, IEquatable<AsyncAnnotateFileResponse>, IDeepCloneable<AsyncAnnotateFileResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class AsyncAnnotateFileResponse.

The response for a single offline file annotation request.

Inheritance

object > AsyncAnnotateFileResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

AsyncAnnotateFileResponse()

public AsyncAnnotateFileResponse()

AsyncAnnotateFileResponse(AsyncAnnotateFileResponse)

public AsyncAnnotateFileResponse(AsyncAnnotateFileResponse other)
Parameter
NameDescription
otherAsyncAnnotateFileResponse

Properties

OutputConfig

public OutputConfig OutputConfig { get; set; }

The output location and metadata from AsyncAnnotateFileRequest.

Property Value
TypeDescription
OutputConfig