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

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

Possible states of the review operation.

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

Namespace

Google \ Cloud \ DocumentAI \ V1 \ ReviewDocumentResponse

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The default value. This value is used if the state is omitted.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

REJECTED

Value: 1

The review operation is rejected by the reviewer.

Generated from protobuf enum REJECTED = 1;

SUCCEEDED

Value: 2

The review operation is succeeded.

Generated from protobuf enum SUCCEEDED = 2;