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.v1beta3.Document.Provenance.OperationType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ADD | Add an element. Implicit if no |
| ADD_VALUE | Add an element. Implicit if no |
| 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 | Element is requested for human review. |
| EVAL_REQUESTED_VALUE | Element is requested for human review. |
| 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. |
| OPERATION_TYPE_UNSPECIFIED_VALUE | Operation type unspecified. |
| REMOVE | The element is removed. No |
| REMOVE_VALUE | The element is removed. No |
| REPLACE | Explicitly replaces the element(s) identified by |
| REPLACE_VALUE | Explicitly replaces the element(s) 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() |