v1SpeechToSpeechVoiceIdStreamPostOutputFormatToJson function
String?
v1SpeechToSpeechVoiceIdStreamPostOutputFormatToJson(
- V1SpeechToSpeechVoiceIdStreamPostOutputFormat v1SpeechToSpeechVoiceIdStreamPostOutputFormat
Implementation
String? v1SpeechToSpeechVoiceIdStreamPostOutputFormatToJson(
enums.V1SpeechToSpeechVoiceIdStreamPostOutputFormat
v1SpeechToSpeechVoiceIdStreamPostOutputFormat) {
return v1SpeechToSpeechVoiceIdStreamPostOutputFormat.value;
}