tTSOutputFormatToJson function
Implementation
String? tTSOutputFormatToJson(enums.TTSOutputFormat tTSOutputFormat) {
return tTSOutputFormat.value;
}
String? tTSOutputFormatToJson(enums.TTSOutputFormat tTSOutputFormat) {
return tTSOutputFormat.value;
}