Cloud Document AI v1 API - Class BatchDocumentsInputConfig (3.14.0)

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

Reference 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.

Inheritance

object > BatchDocumentsInputConfig

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

BatchDocumentsInputConfig()

public BatchDocumentsInputConfig()

BatchDocumentsInputConfig(BatchDocumentsInputConfig)

public BatchDocumentsInputConfig(BatchDocumentsInputConfig other)
Parameter
NameDescription
otherBatchDocumentsInputConfig

Properties

GcsDocuments

public GcsDocuments GcsDocuments { get; set; }

The set of documents individually specified on Cloud Storage.

Property Value
TypeDescription
GcsDocuments

GcsPrefix

public GcsPrefix GcsPrefix { get; set; }

The set of documents that match the specified Cloud Storage gcs_prefix.

Property Value
TypeDescription
GcsPrefix

SourceCase

public BatchDocumentsInputConfig.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
BatchDocumentsInputConfigSourceOneofCase