nugu-android
nugu-ux-kit
/
com.skt.nugu.sdk.platform.android.ux.template.model
/
LyricsInfo
Lyrics
Info
data
class
LyricsInfo
(
val
time
:
Int
?
,
val
text
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Lyrics
Info
Link copied to clipboard
fun
LyricsInfo
(
time
:
Int
?
,
text
:
String
?
)
Content copied to clipboard
Properties
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
val
text
:
String
?
Content copied to clipboard
time
Link copied to clipboard
@
SerializedName
(
value
=
"time"
)
val
time
:
Int
?
Content copied to clipboard