Vision AI v1 API - Enum DataSchemaDetails.Types.SearchStrategy.Types.SearchStrategyType (1.0.0-beta01)

public enum DataSchemaDetails.Types.SearchStrategy.Types.SearchStrategyType

Reference documentation and code samples for the Vision AI v1 API enum DataSchemaDetails.Types.SearchStrategy.Types.SearchStrategyType.

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

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Fields

Name Description
ExactSearch

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

NoSearch

Annotatation values of the key above will not be searchable.

SmartSearch

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