public enum Document.Provenance.OperationType extends Enum<Document.Provenance.OperationType> implements ProtocolMessageEnumIf a processor or agent does an explicit operation on existing elements.
Protobuf enum google.cloud.documentai.v1.Document.Provenance.OperationType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ADD | Add an element. |
| ADD_VALUE | Add an element. |
| EVAL_APPROVED | Element is reviewed and approved at human review, confidence will be set to 1.0. |
| EVAL_APPROVED_VALUE | Element is reviewed and approved at human review, confidence will be set to 1.0. |
| EVAL_REQUESTED | Request human review for the element identified by |
| EVAL_REQUESTED_VALUE | Request human review for the element identified by |
| EVAL_SKIPPED | Element is skipped in the validation process. |
| EVAL_SKIPPED_VALUE | Element is skipped in the validation process. |
| OPERATION_TYPE_UNSPECIFIED | Operation type unspecified. If no operation is specified a provenance
entry is simply used to match against a |
| OPERATION_TYPE_UNSPECIFIED_VALUE | Operation type unspecified. If no operation is specified a provenance
entry is simply used to match against a |
| REMOVE | Remove an element identified by |
| REMOVE_VALUE | Remove an element identified by |
| REPLACE | Replace an element identified by |
| REPLACE_VALUE | Replace an element identified by |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |