FaceCandidate class
Represents a candidate in a one-to-many search.
- Implemented types
Constructors
- FaceCandidate()
- Creates a new instance of the FaceCandidate class.
-
FaceCandidate.fromHandle(Pointer<
id3FaceCandidate> handle) - Creates a new instance of the FaceCandidate class.
Properties
-
handle
→ Pointer<
id3FaceCandidate> -
Gets the native handle.
return The native handle.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
ID of the most similar face template as defined in the reference face template list used to perform the search.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → int
-
Match score between the face probe template and the most similar one in the reference face template list used to perform the search.
no setter
Methods
-
clone(
) → FaceCandidate - Creates a copy of the FaceCandidate object.
-
dispose(
) → void - Releases all resources used by this FaceCandidate.
-
getId(
) → String - Gets the ID of the most similar face template as defined in the reference face template list used to perform the search.
-
getScore(
) → int - Gets the match score between the face probe template and the most similar one in the reference face template list used to perform the search.
-
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