Module: Google::Cloud::DocumentAI::V1beta3::ReviewDocumentResponse::State

Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb

Overview

Possible states of the review operation.

Constant Summary collapse

STATE_UNSPECIFIED =

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

0
REJECTED =

The review operation is rejected by the reviewer.

1
SUCCEEDED =

The review operation is succeeded.

2