v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatNullableToJson function
String?
v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatNullableToJson(
- V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat? v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
Implementation
String? v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatNullableToJson(
enums.V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat?
v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat) {
return v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat?.value;
}