Reference documentation and code samples for the Google Cloud Document Ai V1 Client class BatchDocumentsInputConfig.
The common config to specify a set of documents used as input.
Generated from protobuf message google.cloud.documentai.v1.BatchDocumentsInputConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ gcs_prefix
Google\Cloud\DocumentAI\V1\GcsPrefix
The set of documents that match the specified Cloud Storage gcs_prefix
.
↳ gcs_documents
Google\Cloud\DocumentAI\V1\GcsDocuments
The set of documents individually specified on Cloud Storage.
getGcsPrefix
The set of documents that match the specified Cloud Storage gcs_prefix
.
Generated from protobuf field .google.cloud.documentai.v1.GcsPrefix gcs_prefix = 1;
hasGcsPrefix
setGcsPrefix
The set of documents that match the specified Cloud Storage gcs_prefix
.
Generated from protobuf field .google.cloud.documentai.v1.GcsPrefix gcs_prefix = 1;
$this
getGcsDocuments
The set of documents individually specified on Cloud Storage.
Generated from protobuf field .google.cloud.documentai.v1.GcsDocuments gcs_documents = 2;
hasGcsDocuments
setGcsDocuments
The set of documents individually specified on Cloud Storage.
Generated from protobuf field .google.cloud.documentai.v1.GcsDocuments gcs_documents = 2;
$this
getSource
string