Enum DataSchemaDetails.SearchStrategy.SearchStrategyType (0.2.0)

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

ProtocolMessageEnum

Static Fields

Name Description

When searching with key, the value must be exactly as the annotation value that has been ingested.

EXACT_SEARCH = 1;

EXACT_SEARCH_VALUE

When searching with key, the value must be exactly as the annotation value that has been ingested.

EXACT_SEARCH = 1;

Annotatation values of the key above will not be searchable.

NO_SEARCH = 0;

NO_SEARCH_VALUE

Annotatation values of the key above will not be searchable.

NO_SEARCH = 0;

When searching with key, Warehouse will perform broad search based on semantic of the annotation value.

SMART_SEARCH = 2;

SMART_SEARCH_VALUE

When searching with key, Warehouse will perform broad search based on semantic of the annotation value.

SMART_SEARCH = 2;

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