v1TextToSpeechVoiceIdPostOutputFormatToJson function

String? v1TextToSpeechVoiceIdPostOutputFormatToJson(
  1. V1TextToSpeechVoiceIdPostOutputFormat v1TextToSpeechVoiceIdPostOutputFormat
)

Implementation

String? v1TextToSpeechVoiceIdPostOutputFormatToJson(
    enums.V1TextToSpeechVoiceIdPostOutputFormat
        v1TextToSpeechVoiceIdPostOutputFormat) {
  return v1TextToSpeechVoiceIdPostOutputFormat.value;
}