Class AsyncAnnotateFileResponse (3.1.0)

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

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