KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.client.result
/
TextParsedResult
Text
Parsed
Result
class
TextParsedResult
(
text
:
String
?
,
language
:
String
?
)
:
ParsedResult
A simple result type encapsulating a string that has no further interpretation.
Members
Constructors
Text
Parsed
Result
Link copied to clipboard
constructor
(
text
:
String
?
,
language
:
String
?
)
Functions
get
Display
Result
Link copied to clipboard
open
override
fun
getDisplayResult
(
)
:
String
?
get
Language
Link copied to clipboard
fun
getLanguage
(
)
:
String
?
get
Text
Link copied to clipboard
fun
getText
(
)
:
String
?
get
Type
Link copied to clipboard
fun
getType
(
)
:
ParsedResultType
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String