VModal Android SDK
Toggle table of contents
2.0.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
VModal Android SDK
VModal Android SDK
/
com.vmodal.sdk
/
ScopedSearchOptions
/
ScopedSearchOptions
Scoped
Search
Options
constructor
(
queryMetadata
:
Map
<
String
,
Any
?
>
?
=
null
,
imageQuery
:
String
?
=
null
,
mode
:
String
=
"vid_file"
,
startDate
:
String
?
=
null
,
endDate
:
String
?
=
null
,
offset
:
Int
=
0
,
limit
:
Int
=
50
,
textEmbScoreMin
:
Double
=
0.9
,
imageEmbScoreMin
:
Double
=
1.5
,
versionLancedb
:
Int
?
=
null
)