toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_verify
/
Emotions
Emotions
@
JsonClass
(
generateAdapter
=
true
)
data
class
Emotions
(
@
Json
(
name
=
"estimations"
)
val
estimations
:
EstimationsX
?
,
@
Json
(
name
=
"predominant_emotion"
)
val
predominantEmotion
:
String
?
)
Members
Constructors
Emotions
Link copied to clipboard
constructor
(
@
Json
(
name
=
"estimations"
)
estimations
:
EstimationsX
?
,
@
Json
(
name
=
"predominant_emotion"
)
predominantEmotion
:
String
?
)
Properties
estimations
Link copied to clipboard
val
estimations
:
EstimationsX
?
predominant
Emotion
Link copied to clipboard
val
predominantEmotion
:
String
?