toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
AnalyzeToken
Analyze
Token
@
Serializable
data
class
AnalyzeToken
(
val
token
:
String
,
val
startOffset
:
Int
,
val
endOffset
:
Int
,
val
type
:
String
,
val
position
:
Int
)
Members
Constructors
Analyze
Token
Link copied to clipboard
constructor
(
token
:
String
,
startOffset
:
Int
,
endOffset
:
Int
,
type
:
String
,
position
:
Int
)
Properties
end
Offset
Link copied to clipboard
@
SerialName
(
value
=
"end_offset"
)
val
endOffset
:
Int
position
Link copied to clipboard
@
SerialName
(
value
=
"position"
)
val
position
:
Int
start
Offset
Link copied to clipboard
@
SerialName
(
value
=
"start_offset"
)
val
startOffset
:
Int
token
Link copied to clipboard
@
SerialName
(
value
=
"token"
)
val
token
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String