v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatToJson function

String? v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatToJson(
  1. V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
)

Implementation

String? v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatToJson(
    enums.V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
        v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat) {
  return v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat.value;
}