Reference documentation and code samples for the Google Cloud Document Ai V1 Client class BatchProcessRequest.
Request message for batch process document method.
Generated from protobuf message google.cloud.documentai.v1.BatchProcessRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of Processor
or ProcessorVersion
. Format: projects/{project}/locations/{location}/processors/{processor}
, or projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
↳ input_documents
↳ document_output_config
↳ skip_human_review
bool
Whether Human Review feature should be skipped for this request. Default to false.
getName
Required. The resource name of Processor or ProcessorVersion .
Format: projects/{project}/locations/{location}/processors/{processor}
,
or projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string
setName
Required. The resource name of Processor or ProcessorVersion .
Format: projects/{project}/locations/{location}/processors/{processor}
,
or projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
var
string
$this
getInputDocuments
The input documents for batch process.
hasInputDocuments
clearInputDocuments
setInputDocuments
The input documents for batch process.
$this
getDocumentOutputConfig
The overall output config for batch process.
hasDocumentOutputConfig
clearDocumentOutputConfig
setDocumentOutputConfig
The overall output config for batch process.
$this
getSkipHumanReview
Whether Human Review feature should be skipped for this request. Default to false.
bool
setSkipHumanReview
Whether Human Review feature should be skipped for this request. Default to false.
var
bool
$this