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