Reference documentation and code samples for the Google Cloud Document Ai V1 Client class HumanReview.
Human Review information of the document.
Generated from protobuf message google.cloud.documentai.v1.Document.Revision.HumanReview
Namespace
Google \ Cloud \ DocumentAI \ V1 \ Document \ RevisionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
string
Human review state. e.g. |
↳ state_message |
string
A message providing more details about the current state of processing. For example, the rejection reason when the state is |
getState
Human review state. e.g. requested
, succeeded
, rejected
.
Returns | |
---|---|
Type | Description |
string |
setState
Human review state. e.g. requested
, succeeded
, rejected
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStateMessage
A message providing more details about the current state of processing.
For example, the rejection reason when the state is rejected
.
Returns | |
---|---|
Type | Description |
string |
setStateMessage
A message providing more details about the current state of processing.
For example, the rejection reason when the state is rejected
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |