Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

PersonalNameGenderedOut.md

File metadata and controls

26 lines (19 loc) · 1.01 KB

PersonalNameGenderedOut

Properties

Name Type Description Notes
script String [optional]
id String [optional]
explanation String [optional]
name String The input name. [optional]
likelyGender LikelyGenderEnum Most likely gender [optional]
genderScale Double Compatibility to NamSor_v1 Gender Scale M[-1..U..+1]F value. [optional]
score Double Compatibility to NamSor_v1 Gender score value. Higher score is better, but score is not normalized. Use calibratedProbability if available. [optional]
probabilityCalibrated Double The calibrated probability for inferred gender to have been guessed correctly. -1 = still calibrating. [optional]

Enum: LikelyGenderEnum

Name Value
MALE "male"
FEMALE "female"
UNKNOWN "unknown"