Type alias GenderDetectionOutput

GenderDetectionOutput: GrammaticalGender | null

The output result of gender detection.

Example

{
gender: 'masculine',
}

Generated using TypeDoc