hermes-client/TwitchChatTTS/Hermes/TTSVoice.cs

6 lines
170 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; }
}