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