SearchType

sealed class SearchType

The search strategy, which trades off latency against recall. DEEP runs the full semantic and structured search for the highest-quality matches; QUICK returns faster, lower-recall results. When searchType is omitted on a request, the search defaults to QUICK.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Deep : SearchType
Link copied to clipboard
object Quick : SearchType
Link copied to clipboard
data class SdkUnknown(val value: String) : SearchType

Properties

Link copied to clipboard
abstract val value: String