Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.56 KB

PersonalNameGeoOut.md

File metadata and controls

24 lines (19 loc) · 1.56 KB

PersonalNameGeoOut

Properties

Name Type Description Notes
script String [optional]
id String [optional]
explanation String [optional]
name String The input name. [optional]
score Double Higher score is better, but score is not normalized. Use calibratedProbability if available. [optional]
country String Most likely country [optional]
countryAlt String Second best alternative : country [optional]
region String Most likely region (based on country ISO2 code) [optional]
topRegion String Most likely top region (based on country ISO2 code) [optional]
subRegion String Most likely sub region (based on country ISO2 code) [optional]
countriesTop List<String> List countries (top 10) [optional]
probabilityCalibrated Double The calibrated probability for country to have been guessed correctly. -1 = still calibrating. [optional]
probabilityAltCalibrated Double The calibrated probability for country OR countryAlt to have been guessed correctly. -1 = still calibrating. [optional]
religionStats List<ReligionStatOut> Geographic religious statistics, assuming country is correctly predicted. [optional]
religionStatsAlt List<ReligionStatOut> Geographic religious statistics, for country best alternative. [optional]