Module: Google::Cloud::DocumentAI::V1beta3::RevisionRef::RevisionCase

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

Overview

Some predefined revision cases.

Constant Summary collapse

REVISION_CASE_UNSPECIFIED =

Unspecified case, fall back to read the LATEST_HUMAN_REVIEW.

0
LATEST_HUMAN_REVIEW =

The latest revision made by a human.

1
LATEST_TIMESTAMP =

The latest revision based on timestamp.

2
BASE_OCR_REVISION =

The first (OCR) revision.

3