qisdk / com.aldebaran.qi.sdk.object.human / FacialExpressions

FacialExpressions

@QiStruct open class FacialExpressions

Structure containing expression data computed from human's face.

Since
1

Constructors

<init>

Create a new FacialExpressions

FacialExpressions(smile: SmileState!)

Functions

equals

open fun equals(other: Any?): Boolean

getSmile

The smile expression.

open fun getSmile(): SmileState!

hashCode

open fun hashCode(): Int

setSmile

Setter for smile The smile expression.

open fun setSmile(smile: SmileState!): Unit

toString

open fun toString(): String