SubjectPosition enum
Enumerates the positions of a subject in an image.
Constructors
- SubjectPosition()
-
const
Values
- undefined → const SubjectPosition
-
The position is undefined.
- correct → const SubjectPosition
-
The position is correct.
- tooClose → const SubjectPosition
-
The subject is too close.
- tooFar → const SubjectPosition
-
The subject is too far.
- tooLeft → const SubjectPosition
-
The subject is too left.
- tooRight → const SubjectPosition
-
The subject is too right.
- tooHigh → const SubjectPosition
-
The subject is too high.
- tooLow → const SubjectPosition
-
The subject is too low.
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<
SubjectPosition> -
A constant List of the values in this enum, in order of their declaration.
[undefined, correct, tooClose, tooFar, tooLeft, tooRight, tooHigh, tooLow]