FaceBlendshape enum

The 52 MediaPipe face blendshapes, ARKit-compatible.

Each value represents a facial action unit coefficient (0.0–1.0) produced by the native FaceLandmarker. Grouped by anatomical region: brow (5), cheek (3), eye (14), jaw (4), mouth (23), nose (2), neutral (1).

These map 1:1 to the MediaPipe FaceLandmarker blendshape output indices.

Inheritance
Available extensions

Values

browDownLeft → const FaceBlendshape
browDownRight → const FaceBlendshape
browInnerUp → const FaceBlendshape
browOuterUpLeft → const FaceBlendshape
browOuterUpRight → const FaceBlendshape
cheekPuff → const FaceBlendshape
cheekSquintLeft → const FaceBlendshape
cheekSquintRight → const FaceBlendshape
eyeBlinkLeft → const FaceBlendshape
eyeBlinkRight → const FaceBlendshape
eyeLookDownLeft → const FaceBlendshape
eyeLookDownRight → const FaceBlendshape
eyeLookInLeft → const FaceBlendshape
eyeLookInRight → const FaceBlendshape
eyeLookOutLeft → const FaceBlendshape
eyeLookOutRight → const FaceBlendshape
eyeLookUpLeft → const FaceBlendshape
eyeLookUpRight → const FaceBlendshape
eyeSquintLeft → const FaceBlendshape
eyeSquintRight → const FaceBlendshape
eyeWideLeft → const FaceBlendshape
eyeWideRight → const FaceBlendshape
jawForward → const FaceBlendshape
jawLeft → const FaceBlendshape
jawOpen → const FaceBlendshape
jawRight → const FaceBlendshape
mouthClose → const FaceBlendshape
mouthDimpleLeft → const FaceBlendshape
mouthDimpleRight → const FaceBlendshape
mouthFrownLeft → const FaceBlendshape
mouthFrownRight → const FaceBlendshape
mouthFunnel → const FaceBlendshape
mouthLeft → const FaceBlendshape
mouthLowerDownLeft → const FaceBlendshape
mouthLowerDownRight → const FaceBlendshape
mouthPressLeft → const FaceBlendshape
mouthPressRight → const FaceBlendshape
mouthPucker → const FaceBlendshape
mouthRight → const FaceBlendshape
mouthRollLower → const FaceBlendshape
mouthRollUpper → const FaceBlendshape
mouthShrugLower → const FaceBlendshape
mouthShrugUpper → const FaceBlendshape
mouthSmileLeft → const FaceBlendshape
mouthSmileRight → const FaceBlendshape
mouthStretchLeft → const FaceBlendshape
mouthStretchRight → const FaceBlendshape
mouthUpperUpLeft → const FaceBlendshape
mouthUpperUpRight → const FaceBlendshape
noseSneerLeft → const FaceBlendshape
noseSneerRight → const FaceBlendshape
neutral → const FaceBlendshape

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FaceBlendshape>
A constant List of the values in this enum, in order of their declaration.