AttributesX

@JsonClass(generateAdapter = true)
data class AttributesX(@Json(name = "emotions") val emotions: EmotionsX?, @Json(name = "gaze") val gaze: GazeX?, @Json(name = "head_pose") val headPose: HeadPoseX?, @Json(name = "mouth_attributes") val mouthAttributes: MouthAttributesX?)

Constructors

Link copied to clipboard
constructor(@Json(name = "emotions") emotions: EmotionsX?, @Json(name = "gaze") gaze: GazeX?, @Json(name = "head_pose") headPose: HeadPoseX?, @Json(name = "mouth_attributes") mouthAttributes: MouthAttributesX?)

Properties

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