public enum DocumentSchema.EntityType.Property.Method extends Enum<DocumentSchema.EntityType.Property.Method> implements ProtocolMessageEnum
Specifies how the entity's value is obtained from the document.
Protobuf enum google.cloud.documentai.v1.DocumentSchema.EntityType.Property.Method
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DERIVE |
The entity's value is derived through inference and is not necessarily an exact text extraction from the document. |
DERIVE_VALUE |
The entity's value is derived through inference and is not necessarily an exact text extraction from the document. |
EXTRACT |
The entity's value is directly extracted as-is from the document text. |
EXTRACT_VALUE |
The entity's value is directly extracted as-is from the document text. |
METHOD_UNSPECIFIED |
Unspecified method. It defaults to |
METHOD_UNSPECIFIED_VALUE |
Unspecified method. It defaults to |
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() |