Google Cloud Document Ai V1 Client - Class BatchDocumentsInputConfig (2.1.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 GcsPrefix

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

↳ gcs_documents 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
GcsPrefix|null

hasGcsPrefix

setGcsPrefix

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

Parameter
Name Description
var GcsPrefix
Returns
Type Description
$this

getGcsDocuments

The set of documents individually specified on Cloud Storage.

Returns
Type Description
GcsDocuments|null

hasGcsDocuments

setGcsDocuments

The set of documents individually specified on Cloud Storage.

Parameter
Name Description
var GcsDocuments
Returns
Type Description
$this

getSource

Returns
Type Description
string