Google Cloud Vision v1 API - Class AsyncAnnotateFileRequest (3.6.0)

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

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

An offline file annotation request.

Inheritance

object > AsyncAnnotateFileRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

AsyncAnnotateFileRequest()

public AsyncAnnotateFileRequest()

AsyncAnnotateFileRequest(AsyncAnnotateFileRequest)

public AsyncAnnotateFileRequest(AsyncAnnotateFileRequest other)
Parameter
NameDescription
otherAsyncAnnotateFileRequest

Properties

Features

public RepeatedField<Feature> Features { get; }

Required. Requested features.

Property Value
TypeDescription
RepeatedFieldFeature

ImageContext

public ImageContext ImageContext { get; set; }

Additional context that may accompany the image(s) in the file.

Property Value
TypeDescription
ImageContext

InputConfig

public InputConfig InputConfig { get; set; }

Required. Information about the input file.

Property Value
TypeDescription
InputConfig

OutputConfig

public OutputConfig OutputConfig { get; set; }

Required. The desired output location and metadata (e.g. format).

Property Value
TypeDescription
OutputConfig