Enum Document.Provenance.OperationType (2.2.1)

public enum Document.Provenance.OperationType extends Enum<Document.Provenance.OperationType> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.documentai.v1beta3.Document.Provenance.OperationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADD

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

ADD = 1;

ADD_VALUE

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

ADD = 1;

EVAL_APPROVED

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

EVAL_APPROVED = 5;

EVAL_APPROVED_VALUE

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

EVAL_APPROVED = 5;

EVAL_REQUESTED

Element is requested for human review.

EVAL_REQUESTED = 4;

EVAL_REQUESTED_VALUE

Element is requested for human review.

EVAL_REQUESTED = 4;

EVAL_SKIPPED

Element is skipped in the validation process.

EVAL_SKIPPED = 6;

EVAL_SKIPPED_VALUE

Element is skipped in the validation process.

EVAL_SKIPPED = 6;

OPERATION_TYPE_UNSPECIFIED

Operation type unspecified.

OPERATION_TYPE_UNSPECIFIED = 0;

OPERATION_TYPE_UNSPECIFIED_VALUE

Operation type unspecified.

OPERATION_TYPE_UNSPECIFIED = 0;

REMOVE

The element is removed. No parents should be set.

REMOVE = 2;

REMOVE_VALUE

The element is removed. No parents should be set.

REMOVE = 2;

REPLACE

Explicitly replaces the element(s) identified by parents.

REPLACE = 3;

REPLACE_VALUE

Explicitly replaces the element(s) identified by parents.

REPLACE = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()