Reference documentation and code samples for the Google Cloud Document Ai V1 Client class IndividualProcessStatus.
The status of a each individual document in the batch process.
Generated from protobuf message google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus
Namespace
Google \ Cloud \ DocumentAI \ V1 \ BatchProcessMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ input_gcs_source |
string
The source of the document, same as the [input_gcs_source] field in the request when the batch process started. The batch process is started by take snapshot of that document, since a user can move or change that document during the process. |
↳ status |
Google\Rpc\Status
The status processing the document. |
↳ output_gcs_destination |
string
The output_gcs_destination (in the request as |
↳ human_review_status |
Google\Cloud\DocumentAI\V1\HumanReviewStatus
The status of human review on the processed document. |
getInputGcsSource
The source of the document, same as the [input_gcs_source] field in the request when the batch process started. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.
Returns | |
---|---|
Type | Description |
string |
setInputGcsSource
The source of the document, same as the [input_gcs_source] field in the request when the batch process started. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
The status processing the document.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasStatus
clearStatus
setStatus
The status processing the document.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |
getOutputGcsDestination
The output_gcs_destination (in the request as output_gcs_destination
)
of the processed document if it was successful, otherwise empty.
Returns | |
---|---|
Type | Description |
string |
setOutputGcsDestination
The output_gcs_destination (in the request as output_gcs_destination
)
of the processed document if it was successful, otherwise empty.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getHumanReviewStatus
The status of human review on the processed document.
Returns | |
---|---|
Type | Description |
Google\Cloud\DocumentAI\V1\HumanReviewStatus|null |
hasHumanReviewStatus
clearHumanReviewStatus
setHumanReviewStatus
The status of human review on the processed document.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DocumentAI\V1\HumanReviewStatus
|
Returns | |
---|---|
Type | Description |
$this |