Interface GenderDetectionInput

The input parameters for gender detection.

Example

{
givenName: 'Тарас',
patronymicName: 'Григорович',
familyName: 'Шевченко',
}

Hierarchy

  • GenderDetectionInput

Properties

familyName?: string
givenName?: string
patronymicName?: string

Generated using TypeDoc