videodb / Exports / types/search
- IndexType
- KeywordCollectionSearch
- KeywordSearchBase
- KeywordVideoSearch
- SceneCollectionSearch
- SceneSearchBase
- SceneVideoSearch
- SearchType
- SemanticCollectionSearch
- SemanticSearchBase
- SemanticVideoSearch
Ƭ IndexType: keyof typeof IndexTypeValues
Ƭ KeywordCollectionSearch: { collectionId
: string
} & SemanticSearchBase
Ƭ KeywordSearchBase: Object
Name | Type |
---|---|
query |
string |
resultThreshold? |
number |
scoreThreshold? |
number |
Ƭ KeywordVideoSearch: { videoId
: string
} & SemanticSearchBase
Ƭ SceneCollectionSearch: { collectionId
: string
} & SceneSearchBase
Ƭ SceneSearchBase: Object
Name | Type |
---|---|
query |
string |
resultThreshold? |
number |
scoreThreshold? |
number |
Ƭ SceneVideoSearch: { videoId
: string
} & SceneSearchBase
Ƭ SearchType: keyof typeof SearchTypeValues
Ƭ SemanticCollectionSearch: { collectionId
: string
} & SemanticSearchBase
Ƭ SemanticSearchBase: Object
Name | Type |
---|---|
query |
string |
resultThreshold? |
number |
scoreThreshold? |
number |
Ƭ SemanticVideoSearch: { videoId
: string
} & SemanticSearchBase