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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
string
Human review state. e.g. requested
, succeeded
, rejected
.
↳ state_message
string
A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected
.
getState
Human review state. e.g. requested
, succeeded
, rejected
.
Generated from protobuf field string state = 1;
string
setState
Human review state. e.g. requested
, succeeded
, rejected
.
Generated from protobuf field string state = 1;
var
string
$this
getStateMessage
A message providing more details about the current state of processing.
For example, the rejection reason when the state is rejected
.
Generated from protobuf field string state_message = 2;
string
setStateMessage
A message providing more details about the current state of processing.
For example, the rejection reason when the state is rejected
.
Generated from protobuf field string state_message = 2;
var
string
$this