distance property
double
get
distance
The similarity distance score. The lower the distance, the higher the face's similarity. From 0.0 to 2.0.
Implementation
double get distance => _distance;
The similarity distance score. The lower the distance, the higher the face's similarity. From 0.0 to 2.0.
double get distance => _distance;