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 \ SearchStrategyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
NO_SEARCH
Value: 0Annotatation values of the key above will not be searchable.
Generated from protobuf enum NO_SEARCH = 0;
EXACT_SEARCH
Value: 1When searching with key, the value must be exactly as the annotation
value that has been ingested.
Generated from protobuf enum EXACT_SEARCH = 1;
SMART_SEARCH
Value: 2When searching with key, Warehouse will perform broad search based on
semantic of the annotation value.
Generated from protobuf enum SMART_SEARCH = 2;