v1TextToSpeechVoiceIdStreamPostOutputFormatToJson function

String? v1TextToSpeechVoiceIdStreamPostOutputFormatToJson(
  1. V1TextToSpeechVoiceIdStreamPostOutputFormat v1TextToSpeechVoiceIdStreamPostOutputFormat
)

Implementation

String? v1TextToSpeechVoiceIdStreamPostOutputFormatToJson(
    enums.V1TextToSpeechVoiceIdStreamPostOutputFormat
        v1TextToSpeechVoiceIdStreamPostOutputFormat) {
  return v1TextToSpeechVoiceIdStreamPostOutputFormat.value;
}