Module: Google::Cloud::DocumentAI::V1beta3::Document::Provenance::OperationType

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

Overview

If a processor or agent does an explicit operation on existing elements.

Constant Summary collapse

OPERATION_TYPE_UNSPECIFIED =

Operation type unspecified.

0
ADD =

Add an element. Implicit if no parents are set for the provenance.

1
REMOVE =

The element is removed. No parents should be set.

2
REPLACE =

Explicitly replaces the element(s) identified by parents.

3
EVAL_REQUESTED =

Element is requested for human review.

4
EVAL_APPROVED =

Element is review and approved at human review, confidence will be set to 1.0

5