A structure that contains the scores that are calculated
by NameHunter during a comparison or search. For a search, ScoreInfo
is part of the SearchResult structure.
Syntax
class ScoreInfo
(
double name,
double gn,
double sn,
);
Description
- name
- The overall score combination of the given name and surname scores.
In the case of organization names, the overall name score is reported.
Given name and surname scores are reported as 0.0 for organization
names.
- gn
- The score for the given name fields.
- sn
- The score for the surname fields.