PortraitStatus enum
Enumerates the possible statuses of a portrait.
Constructors
- PortraitStatus()
-
const
Values
- undefined → const PortraitStatus
-
The status is undefined.
- noFaceDetected → const PortraitStatus
-
No face has been detected in the provided image.
- created → const PortraitStatus
-
A new portrait has been created.
- updated → const PortraitStatus
-
The portrait has been updated.
Properties
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<
PortraitStatus> -
A constant List of the values in this enum, in order of their declaration.
[undefined, noFaceDetected, created, updated]