Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.03 KB

FirstLastNameGenderedOut.md

File metadata and controls

28 lines (17 loc) · 1.03 KB

NamSorApiV2.FirstLastNameGenderedOut

Properties

Name Type Description Notes
script String [optional]
id String [optional]
firstName String The first name (also known as given name) [optional]
lastName String The last name (also known as family name, or surname) [optional]
likelyGender String Most likely gender [optional]
genderScale Number Compatibility to NamSor_v1 Gender Scale M[-1..U..+1]F value [optional]
score Number Compatibility to NamSor_v1 Gender score value. Higher score is better, but score is not normalized. Use calibratedProbability if available. [optional]
probabilityCalibrated Number The calibrated probability for inferred gender to have been guessed correctly. [optional]

Enum: LikelyGenderEnum

  • male (value: "male")

  • female (value: "female")

  • unknown (value: "unknown")