PortraitStatus enum

Enumerates the possible statuses of a portrait.

Inheritance

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<PortraitStatus>
A constant List of the values in this enum, in order of their declaration.
[undefined, noFaceDetected, created, updated]