Emotions

@JsonClass(generateAdapter = true)
data class Emotions(@Json(name = "estimations") val estimations: EstimationsX?, @Json(name = "predominant_emotion") val predominantEmotion: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "estimations") estimations: EstimationsX?, @Json(name = "predominant_emotion") predominantEmotion: String?)

Properties

Link copied to clipboard
Link copied to clipboard