6 lines
173 B
C#
6 lines
173 B
C#
|
public class TTSVoice {
|
||
|
public string? Label { get; set; }
|
||
|
public int Value { get; set; }
|
||
|
public string? Gender { get; set; }
|
||
|
public string? Language { get; set; }
|
||
|
}
|