public enum DataSchemaDetails.SearchStrategy.SearchStrategyType extends Enum<DataSchemaDetails.SearchStrategy.SearchStrategyType> implements ProtocolMessageEnum
The types of search strategies to be applied on the annotation key.
Protobuf enum
google.cloud.visionai.v1.DataSchemaDetails.SearchStrategy.SearchStrategyType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EXACT_SEARCH |
When searching with |
EXACT_SEARCH_VALUE |
When searching with |
NO_SEARCH |
Annotatation values of the |
NO_SEARCH_VALUE |
Annotatation values of the |
SMART_SEARCH |
When searching with |
SMART_SEARCH_VALUE |
When searching with |
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() |