SubjectPosition enum

Enumerates the positions of a subject in an image.

Inheritance

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

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<SubjectPosition>
A constant List of the values in this enum, in order of their declaration.
[undefined, correct, tooClose, tooFar, tooLeft, tooRight, tooHigh, tooLow]