v1TextToSpeechVoiceIdStreamPostOutputFormatToJson function
String?
v1TextToSpeechVoiceIdStreamPostOutputFormatToJson(
- V1TextToSpeechVoiceIdStreamPostOutputFormat v1TextToSpeechVoiceIdStreamPostOutputFormat
Implementation
String? v1TextToSpeechVoiceIdStreamPostOutputFormatToJson(
enums.V1TextToSpeechVoiceIdStreamPostOutputFormat
v1TextToSpeechVoiceIdStreamPostOutputFormat) {
return v1TextToSpeechVoiceIdStreamPostOutputFormat.value;
}