@QiStruct open class FacialExpressions
Structure containing expression data computed from human's face.
Since
1
<init> |
Create a new FacialExpressions(smile: SmileState!) |
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 |