Attributes

@JsonClass(generateAdapter = true)
data class Attributes(    @Json(name = "emotions") val emotions: Emotions?,     @Json(name = "gaze") val gaze: Gaze?,     @Json(name = "head_pose") val headPose: HeadPose?,     @Json(name = "mouth_attributes") val mouthAttributes: MouthAttributes?)

Constructors

Link copied to clipboard
constructor(    @Json(name = "emotions") emotions: Emotions?,     @Json(name = "gaze") gaze: Gaze?,     @Json(name = "head_pose") headPose: HeadPose?,     @Json(name = "mouth_attributes") mouthAttributes: MouthAttributes?)

Properties

Link copied to clipboard
Link copied to clipboard
val gaze: Gaze?
Link copied to clipboard
Link copied to clipboard