score property
double?
get
score
The raw value returned by the service without applying any thresholds or comparison rules.
The value shows the degree of similarity of compared faces, the lower - the more similar, and vice versa less similar.
The score
is used in conjunction with the input image imageType
to evaluate similarity
.
Implementation
double? get score => _score;