6 lines
172 B
C#
6 lines
172 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; }
|
|
} |