Module: Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus::State

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

Overview

The final state of human review on a processed document.

Constant Summary collapse

STATE_UNSPECIFIED =

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

0
SKIPPED =

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.

1
VALIDATION_PASSED =

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

2
IN_PROGRESS =

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

3
ERROR =

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

4