Google Cloud Document Ai V1 Client - Class State (1.4.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class State.

The final state of human review on a processed document.

Protobuf type google.cloud.documentai.v1.HumanReviewStatus.State

Namespace

Google \ Cloud \ DocumentAI \ V1 \ HumanReviewStatus

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Human review state is unspecified. Most likely due to an internal error.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

SKIPPED

Value: 1

Human review is skipped for the document. This can happen because human review isn't enabled on the processor or the processing request has been set to skip this document.

Generated from protobuf enum SKIPPED = 1;

VALIDATION_PASSED

Value: 2

Human review validation is triggered and passed, so no review is needed.

Generated from protobuf enum VALIDATION_PASSED = 2;

IN_PROGRESS

Value: 3

Human review validation is triggered and the document is under review.

Generated from protobuf enum IN_PROGRESS = 3;

ERROR

Value: 4

Some error happened during triggering human review, see the state_message for details.

Generated from protobuf enum ERROR = 4;