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