AttributesXXX

@JsonClass(generateAdapter = true)
data class AttributesXXX(@Json(name = "emotions") val emotions: Emotions?, @Json(name = "eyes_attributes") val eyesAttributes: EyesAttributes?, @Json(name = "gaze") val gaze: Gaze?, @Json(name = "head_pose") val headPose: HeadPose?, @Json(name = "mask") val mask: Mask?, @Json(name = "mouth_attributes") val mouthAttributes: MouthAttributes?)

Constructors

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

Properties

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