MatchFacesErrorCode enum

Inheritance

Constructors

MatchFacesErrorCode(int value)
const

Values

IMAGE_EMPTY → const MatchFacesErrorCode
const MatchFacesErrorCode(0)
FACE_NOT_DETECTED → const MatchFacesErrorCode
const MatchFacesErrorCode(1)
LANDMARKS_NOT_DETECTED → const MatchFacesErrorCode
const MatchFacesErrorCode(2)
FACE_ALIGNER_FAILED → const MatchFacesErrorCode
const MatchFacesErrorCode(3)
DESCRIPTOR_EXTRACTOR_ERROR → const MatchFacesErrorCode
const MatchFacesErrorCode(4)
IMAGES_COUNT_LIMIT_EXCEEDED → const MatchFacesErrorCode
const MatchFacesErrorCode(5)
API_CALL_FAILED → const MatchFacesErrorCode
const MatchFacesErrorCode(6)
PROCESSING_FAILED → const MatchFacesErrorCode
const MatchFacesErrorCode(7)
NO_LICENSE → const MatchFacesErrorCode
const MatchFacesErrorCode(8)

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
value int
final

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

Static Methods

getByValue(int? i) MatchFacesErrorCode?

Constants

values → const List<MatchFacesErrorCode>
A constant List of the values in this enum, in order of their declaration.