Skip to main content

FaceInteractionsAction

Detection results for various face interaction actions. Used to track different types of facial movements and gestures.

type FaceInteractionsAction = {
normal: number;
shake: number;
jawOpen: number;
headRaise: number;
blink: number;
};

Properties

PropertyTypeDescription
normalnumberDetection score for normal face state
shakenumberDetection score for head shake action
jawOpennumberDetection score for jaw opening action
headRaisenumberDetection score for head raising action
blinknumberDetection score for eye blinking action