Returns the grammatical gender of an anthroponym. Returns null if the grammatical gender cannot be detected.
const gender = await shevchenko.detectGender({ givenName: 'Тарас', patronymicName: 'Григорович', familyName: 'Шевченко',});
Input validation error.
Generated using TypeDoc
Returns the grammatical gender of an anthroponym. Returns null if the grammatical gender cannot be detected.
Example
Throws
Input validation error.