Module: Google::Cloud::DocumentAI::V1beta3::DocumentLabelingState

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

Overview

Describes the labeling status of a document.

Constant Summary collapse

DOCUMENT_LABELING_STATE_UNSPECIFIED =

Default value if the enum is not set.

0
DOCUMENT_LABELED =

Document has been labeled.

1
DOCUMENT_UNLABELED =

Document has not been labeled.

2
DOCUMENT_AUTO_LABELED =

Document has been auto-labeled.

3