v1TextToSpeechVoiceIdWithTimestampsPostOutputFormatNullableToJson function
String?
v1TextToSpeechVoiceIdWithTimestampsPostOutputFormatNullableToJson(
- V1TextToSpeechVoiceIdWithTimestampsPostOutputFormat? v1TextToSpeechVoiceIdWithTimestampsPostOutputFormat
Implementation
String? v1TextToSpeechVoiceIdWithTimestampsPostOutputFormatNullableToJson(
enums.V1TextToSpeechVoiceIdWithTimestampsPostOutputFormat?
v1TextToSpeechVoiceIdWithTimestampsPostOutputFormat) {
return v1TextToSpeechVoiceIdWithTimestampsPostOutputFormat?.value;
}