Enum Document.Types.Provenance.Types.OperationType (1.0.0)

public enum OperationType

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

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Fields

NameDescription
Add

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

EvalApproved

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

EvalRequested

Element is requested for human review.

EvalSkipped

Element is skipped in the validation process.

Remove

The element is removed. No parents should be set.

Replace

Explicitly replaces the element(s) identified by parents.

Unspecified

Operation type unspecified.