Google Cloud Document Ai V1 Client - Class HumanReview (1.0.1)

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.

Parameters
NameDescription
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;

Returns
TypeDescription
string

setState

Human review state. e.g. requested, succeeded, rejected.

Generated from protobuf field string state = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$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;

Returns
TypeDescription
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;

Parameter
NameDescription
var string
Returns
TypeDescription
$this