FaceMatcherThreshold enum
Enumerates some typical values for the matching decision threshold.
Constructors
- FaceMatcherThreshold()
-
const
Values
- fmr100 → const FaceMatcherThreshold
-
False Match Rate = 1%
- fmr1000 → const FaceMatcherThreshold
-
False Match Rate = 0.1% (1/1K)
- fmr10000 → const FaceMatcherThreshold
-
False Match Rate = 0.01% (1/10K)
- fmr100000 → const FaceMatcherThreshold
-
False Match Rate = 0.001% (1/100K)
- fmr1000000 → const FaceMatcherThreshold
-
False Match Rate = 0.0001% (1/1M)
- fmr10000000 → const FaceMatcherThreshold
-
False Match Rate = 0.00001% (1/10M)
- fmr100000000 → const FaceMatcherThreshold
-
False Match Rate = 0.000001% (1/100M)
- fmr1000000000 → const FaceMatcherThreshold
-
False Match Rate = 0.0000001% (1/1B)
- fmr10000000000 → const FaceMatcherThreshold
-
False Match Rate = 0.00000001% (1/10B)
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<
FaceMatcherThreshold> -
A constant List of the values in this enum, in order of their declaration.
[fmr100, fmr1000, fmr10000, fmr100000, fmr1000000, fmr10000000, fmr100000000, fmr1000000000, fmr10000000000]