Reference documentation and code samples for the Google Cloud Document Ai V1 Client class BatchProcessMetadata.
The long running operation metadata for batch process method.
Generated from protobuf message google.cloud.documentai.v1.BatchProcessMetadata
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
The state of the current batch processing.
↳ state_message
string
A message providing more details about the current state of processing. For example, the error message if the operation is failed.
↳ create_time
↳ update_time
↳ individual_process_statuses
array< Google\Cloud\DocumentAI\V1\BatchProcessMetadata\IndividualProcessStatus
>
The list of response details of each document.
getState
The state of the current batch processing.
int
setState
The state of the current batch processing.
var
int
$this
getStateMessage
A message providing more details about the current state of processing.
For example, the error message if the operation is failed.
string
setStateMessage
A message providing more details about the current state of processing.
For example, the error message if the operation is failed.
var
string
$this
getCreateTime
The creation time of the operation.
hasCreateTime
clearCreateTime
setCreateTime
The creation time of the operation.
$this
getUpdateTime
The last update time of the operation.
hasUpdateTime
clearUpdateTime
setUpdateTime
The last update time of the operation.
$this
getIndividualProcessStatuses
The list of response details of each document.
setIndividualProcessStatuses
The list of response details of each document.
$this