v1TextToSpeechVoiceIdPostOutputFormatToJson function
String?
v1TextToSpeechVoiceIdPostOutputFormatToJson(
- V1TextToSpeechVoiceIdPostOutputFormat v1TextToSpeechVoiceIdPostOutputFormat
Implementation
String? v1TextToSpeechVoiceIdPostOutputFormatToJson(
enums.V1TextToSpeechVoiceIdPostOutputFormat
v1TextToSpeechVoiceIdPostOutputFormat) {
return v1TextToSpeechVoiceIdPostOutputFormat.value;
}