Google Cloud Vision Ai V1 Client - Class SearchStrategyType (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class SearchStrategyType.

The types of search strategies to be applied on the annotation key.

Protobuf type google.cloud.visionai.v1.DataSchemaDetails.SearchStrategy.SearchStrategyType

Namespace

Google \ Cloud \ VisionAI \ V1 \ DataSchemaDetails \ SearchStrategy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

Value: 0

Annotatation values of the key above will not be searchable.

Generated from protobuf enum NO_SEARCH = 0;

Value: 1

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

Generated from protobuf enum EXACT_SEARCH = 1;

Value: 2

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

Generated from protobuf enum SMART_SEARCH = 2;