Module Google::Cloud::DocumentAI::V1beta3::Document::Provenance::OperationType (v0.9.4)

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

Constants

OPERATION_TYPE_UNSPECIFIED

value: 0
Operation type unspecified.

ADD

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

REMOVE

value: 2
The element is removed. No parents should be set.

REPLACE

value: 3
Explicitly replaces the element(s) identified by parents.

EVAL_REQUESTED

value: 4
Element is requested for human review.

EVAL_APPROVED

value: 5
Element is reviewed and approved at human review, confidence will be set to 1.0.

EVAL_SKIPPED

value: 6
Element is skipped in the validation process.