Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.model
/
Annotations
Annotations
data
class
Annotations
(
start
:
Int
,
end
:
Int
,
probability
:
Double
,
type
:
String
?
,
normalizedText
:
String
?
)
Content copied to clipboard
Properties
Properties
end
Link copied to clipboard
@
SerializedName
(
value
=
"end"
)
var
end
:
Int
=
0
Content copied to clipboard
normalizedText
Link copied to clipboard
@
SerializedName
(
value
=
"normalized_text"
)
var
normalizedText
:
String
?
=
null
Content copied to clipboard
probability
Link copied to clipboard
@
SerializedName
(
value
=
"probability"
)
var
probability
:
Double
=
0.0
Content copied to clipboard
start
Link copied to clipboard
@
SerializedName
(
value
=
"start"
)
var
start
:
Int
=
0
Content copied to clipboard
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
var
type
:
String
?
=
null
Content copied to clipboard