EmotionsX

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard