Skip to main content

FaceEmotionResult

Results of face emotion recognition. Contains the predicted emotion for each detected face.

type FaceEmotionResult = {
emotion: number;
};

Properties

PropertyTypeDescription
emotionnumberPredicted emotion (0: Neutral, 1: Happy, 2: Sad, 3: Surprise, 4: Fear, 5: Disgust, 6: Anger)