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 \ ReviewDocumentResponseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
REJECTED
Value: 1The review operation is rejected by the reviewer.
Generated from protobuf enum REJECTED = 1;
SUCCEEDED
Value: 2The review operation is succeeded.
Generated from protobuf enum SUCCEEDED = 2;