EmotionsX

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Enum: "surprise" "sadness" "neutral" "happiness" "fear" "disgust" "anger" Name of predominant emotion.