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