Enum Document.Provenance.OperationType (2.4.3)

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.

ADD = 1;

ADD_VALUE

Add an element.

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

Request human review for the element identified by parent.

EVAL_REQUESTED = 4;

EVAL_REQUESTED_VALUE

Request human review for the element identified by parent.

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

OPERATION_TYPE_UNSPECIFIED = 0;

OPERATION_TYPE_UNSPECIFIED_VALUE

Operation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent.

OPERATION_TYPE_UNSPECIFIED = 0;

REMOVE

Remove an element identified by parent.

REMOVE = 2;

REMOVE_VALUE

Remove an element identified by parent.

REMOVE = 2;

REPLACE

Replace an element identified by parent.

REPLACE = 3;

REPLACE_VALUE

Replace an element identified by parent.

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()