public sealed class AsyncAnnotateFileRequest : IMessage<AsyncAnnotateFileRequest>, IEquatable<AsyncAnnotateFileRequest>, IDeepCloneable<AsyncAnnotateFileRequest>, IBufferMessage, IMessageAn offline file annotation request.
Implements
IMessage<AsyncAnnotateFileRequest>, IEquatable<AsyncAnnotateFileRequest>, IDeepCloneable<AsyncAnnotateFileRequest>, 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 |
RepeatedField<Feature> |
|
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 |
|