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. If no operation is specified a provenance entry is simply used to match against a parent.

0
ADD =

Add an element.

1
REMOVE =

Remove an element identified by parent.

2
UPDATE =

Updates any fields within the given provenance scope of the message. It overwrites the fields rather than replacing them. Use this when you want to update a field value of an entity without also updating all the child properties.

7
REPLACE =

Currently unused. Replace an element identified by parent.

3
EVAL_REQUESTED =

Deprecated. Request human review for the element identified by parent.

4
EVAL_APPROVED =

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

5
EVAL_SKIPPED =

Deprecated. Element is skipped in the validation process.

6