ColorBasedPadResult class
Represents the result of the color-based PAD method.
Constructors
-
ColorBasedPadResult(Pointer<
id3FaceColorBasedPadResult> _handle) - Initializes a new instance of the ColorBasedPadResult class from its members.
- ColorBasedPadResult.create()
- Create a new instance of the ColorBasedPadResult.
- ColorBasedPadResult.createFromStruct(id3FaceColorBasedPadResult value)
- Create a new instance of the ColorBasedPadResult from the native struct
Properties
- confidence ↔ int
-
Confidence score of the color-based PAD algorithm, in the range
0:100.getter/setter pair -
handle
→ Pointer<
id3FaceColorBasedPadResult> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score ↔ int
-
Color-based PAD score, in the range
0:100.getter/setter pair - struct → id3FaceColorBasedPadResult
-
no setter
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited