Skip to content

Latest commit

 

History

History
153 lines (88 loc) · 3.79 KB

types_search.md

File metadata and controls

153 lines (88 loc) · 3.79 KB

videodb / Exports / types/search

Module: types/search

Table of contents

Type Aliases

Type Aliases

IndexType

Ƭ IndexType: keyof typeof IndexTypeValues

Defined in

src/types/search.ts:4


KeywordCollectionSearch

Ƭ KeywordCollectionSearch: { collectionId: string } & SemanticSearchBase

Defined in

src/types/search.ts:44


KeywordSearchBase

Ƭ KeywordSearchBase: Object

Type declaration

Name Type
query string
resultThreshold? number
scoreThreshold? number

Defined in

src/types/search.ts:34


KeywordVideoSearch

Ƭ KeywordVideoSearch: { videoId: string } & SemanticSearchBase

Defined in

src/types/search.ts:40


SceneCollectionSearch

Ƭ SceneCollectionSearch: { collectionId: string } & SceneSearchBase

Defined in

src/types/search.ts:16


SceneSearchBase

Ƭ SceneSearchBase: Object

Type declaration

Name Type
query string
resultThreshold? number
scoreThreshold? number

Defined in

src/types/search.ts:6


SceneVideoSearch

Ƭ SceneVideoSearch: { videoId: string } & SceneSearchBase

Defined in

src/types/search.ts:12


SearchType

Ƭ SearchType: keyof typeof SearchTypeValues

Defined in

src/types/search.ts:3


SemanticCollectionSearch

Ƭ SemanticCollectionSearch: { collectionId: string } & SemanticSearchBase

Defined in

src/types/search.ts:30


SemanticSearchBase

Ƭ SemanticSearchBase: Object

Type declaration

Name Type
query string
resultThreshold? number
scoreThreshold? number

Defined in

src/types/search.ts:20


SemanticVideoSearch

Ƭ SemanticVideoSearch: { videoId: string } & SemanticSearchBase

Defined in

src/types/search.ts:26