public sealed class BatchDocumentsInputConfig : IMessage<BatchDocumentsInputConfig>, IEquatable<BatchDocumentsInputConfig>, IDeepCloneable<BatchDocumentsInputConfig>, IBufferMessage, IMessageThe common config to specify a set of documents used as input.
Implements
IMessage<BatchDocumentsInputConfig>, IEquatable<BatchDocumentsInputConfig>, IDeepCloneable<BatchDocumentsInputConfig>, 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 |
BatchDocumentsInputConfig.SourceOneofCase |
|