v1SpeechToSpeechVoiceIdPostOutputFormatToJson function
String?
v1SpeechToSpeechVoiceIdPostOutputFormatToJson(
- V1SpeechToSpeechVoiceIdPostOutputFormat v1SpeechToSpeechVoiceIdPostOutputFormat
Implementation
String? v1SpeechToSpeechVoiceIdPostOutputFormatToJson(
enums.V1SpeechToSpeechVoiceIdPostOutputFormat
v1SpeechToSpeechVoiceIdPostOutputFormat) {
return v1SpeechToSpeechVoiceIdPostOutputFormat.value;
}