v1TextToSpeechVoiceIdWithTimestampsPostOutputFormatToJson function

String? v1TextToSpeechVoiceIdWithTimestampsPostOutputFormatToJson(
  1. V1TextToSpeechVoiceIdWithTimestampsPostOutputFormat v1TextToSpeechVoiceIdWithTimestampsPostOutputFormat
)

Implementation

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