public sealed class BatchDocumentsInputConfig : IMessage<BatchDocumentsInputConfig>, IEquatable<BatchDocumentsInputConfig>, IDeepCloneable<BatchDocumentsInputConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class BatchDocumentsInputConfig.
The common config to specify a set of documents used as input.
Implements
IMessageBatchDocumentsInputConfig, IEquatableBatchDocumentsInputConfig, IDeepCloneableBatchDocumentsInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
BatchDocumentsInputConfig()
public BatchDocumentsInputConfig()BatchDocumentsInputConfig(BatchDocumentsInputConfig)
public BatchDocumentsInputConfig(BatchDocumentsInputConfig other)| Parameter | |
|---|---|
| Name | Description | 
| other | BatchDocumentsInputConfig | 
Properties
GcsDocuments
public GcsDocuments GcsDocuments { get; set; }The set of documents individually specified on Cloud Storage.
| Property Value | |
|---|---|
| Type | Description | 
| GcsDocuments | |
GcsPrefix
public GcsPrefix GcsPrefix { get; set; }The set of documents that match the specified Cloud Storage gcs_prefix.
| Property Value | |
|---|---|
| Type | Description | 
| GcsPrefix | |
SourceCase
public BatchDocumentsInputConfig.SourceOneofCase SourceCase { get; }| Property Value | |
|---|---|
| Type | Description | 
| BatchDocumentsInputConfigSourceOneofCase | |