mv_face_facial_expression_e class abstract
@brief Enumeration for expression types can be determined for faces.
@since_tizen 3.0
@see mv_face_facial_expression_recognize()
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- MV_FACE_ANGER → const int
- < Face expression is anger
- MV_FACE_DISGUST → const int
- < Face expression is disgust
- MV_FACE_FEAR → const int
- < Face expression is fear
- MV_FACE_NEUTRAL → const int
- < Face expression is neutral
- MV_FACE_SADNESS → const int
- < Face expression is sadness
- MV_FACE_SMILE → const int
- < Face expression is smiling
- MV_FACE_SURPRISE → const int
- < Face expression is surprise
- MV_FACE_UNKNOWN → const int
- < Unknown face expression