Blendshape enum

The 52 MediaPipe Blendshape V2 expression coefficients, in tensor order.

Names follow the official MediaPipe / Apple ARKit convention, in which "left" and "right" are relative to the subject. label returns the exact official string for each coefficient (note neutral maps to the underscore-prefixed _neutral, which has no Dart-identifier equivalent).

Verified verbatim from kBlendshapeNames in the deployed graph, which corrects the model card appendix: _neutral is present at index 0 and there is no tongueOut.

Inheritance
Available extensions

Values

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

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
label String
The exact official MediaPipe coefficient name.
final
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<Blendshape>
A constant List of the values in this enum, in order of their declaration.