EyesExpression

data class EyesExpression(val rightEye: FaceAttribute? = null, val leftEye: FaceAttribute? = null)

Expression of eyes.

Constructors

Link copied to clipboard
constructor(rightEye: FaceAttribute? = null, leftEye: FaceAttribute? = null)

Properties

Link copied to clipboard
val leftEye: FaceAttribute? = null

Expression of left eye.

Link copied to clipboard
val rightEye: FaceAttribute? = null

Expression of right eye.