RecognitionService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
registeredProfiles
→ List<
FaceProfile> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threshold → double
-
final
Methods
-
compareEmbeddings(
List< double> e1, List<double> e2) → double - Utility to calculate similarity (Euclidean distance)
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processRecognition(
FaceProfile profile) → RecognitionStatus - Verifies recognition and returns the status.
-
registerFace(
String id, String name, List< double> embedding) → void - Registers a new profile with an embedding.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited