Google Cloud Document Ai V1 Client - Class HumanReview (1.1.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.

Returns
TypeDescription
string

setState

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

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.

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this