Click or drag to resize

VoiceModelGender Property

Defines the gender of the Voice.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public Gender Gender { get; set; }

Property Value

Type: Gender
Remarks

This property accepts the following values:

  • Female
  • Male
  • Undefined

See Also