Google Cloud Document Ai V1 Client - Class BatchDocumentsInputConfig (1.12.1)

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

Namespace

Google \ Cloud \ DocumentAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
Google\Cloud\DocumentAI\V1\GcsPrefix|null

hasGcsPrefix

setGcsPrefix

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

Parameter
Name Description
var Google\Cloud\DocumentAI\V1\GcsPrefix
Returns
Type Description
$this

getGcsDocuments

The set of documents individually specified on Cloud Storage.

Returns
Type Description
Google\Cloud\DocumentAI\V1\GcsDocuments|null

hasGcsDocuments

setGcsDocuments

The set of documents individually specified on Cloud Storage.

Parameter
Name Description
var Google\Cloud\DocumentAI\V1\GcsDocuments
Returns
Type Description
$this

getSource

Returns
Type Description
string