Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-docs
/
org.meshtastic.feature.docs.model
/
DocSearchQuery
Doc
Search
Query
data
class
DocSearchQuery
(
val
rawText
:
String
,
val
normalizedTerms
:
List
<
String
>
)
(
source
)
Normalized user search query.
Members
Constructors
Doc
Search
Query
Link copied to clipboard
constructor
(
rawText
:
String
,
normalizedTerms
:
List
<
String
>
)
Properties
normalized
Terms
Link copied to clipboard
val
normalizedTerms
:
List
<
String
>
raw
Text
Link copied to clipboard
val
rawText
:
String