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.
Implements
IMessageAsyncAnnotateFileRequest, IEquatableAsyncAnnotateFileRequest, IDeepCloneableAsyncAnnotateFileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
AsyncAnnotateFileRequest()
public AsyncAnnotateFileRequest()
AsyncAnnotateFileRequest(AsyncAnnotateFileRequest)
public AsyncAnnotateFileRequest(AsyncAnnotateFileRequest other)
Parameter | |
---|---|
Name | Description |
other |
AsyncAnnotateFileRequest |
Properties
Features
public RepeatedField<Feature> Features { get; }
Required. Requested features.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFeature |
ImageContext
public ImageContext ImageContext { get; set; }
Additional context that may accompany the image(s) in the file.
Property Value | |
---|---|
Type | Description |
ImageContext |
InputConfig
public InputConfig InputConfig { get; set; }
Required. Information about the input file.
Property Value | |
---|---|
Type | Description |
InputConfig |
OutputConfig
public OutputConfig OutputConfig { get; set; }
Required. The desired output location and metadata (e.g. format).
Property Value | |
---|---|
Type | Description |
OutputConfig |