Enum DocumentSchema.EntityType.Property.Method (2.77.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DERIVE

The entity's value is derived through inference and is not necessarily an exact text extraction from the document.

DERIVE = 2;

DERIVE_VALUE

The entity's value is derived through inference and is not necessarily an exact text extraction from the document.

DERIVE = 2;

EXTRACT

The entity's value is directly extracted as-is from the document text.

EXTRACT = 1;

EXTRACT_VALUE

The entity's value is directly extracted as-is from the document text.

EXTRACT = 1;

METHOD_UNSPECIFIED

Unspecified method. It defaults to EXTRACT.

METHOD_UNSPECIFIED = 0;

METHOD_UNSPECIFIED_VALUE

Unspecified method. It defaults to EXTRACT.

METHOD_UNSPECIFIED = 0;

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