tTSOutputFormatToJson function

String? tTSOutputFormatToJson(
  1. TTSOutputFormat tTSOutputFormat
)

Implementation

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