v1SpeechToSpeechVoiceIdPostOutputFormatToJson function

String? v1SpeechToSpeechVoiceIdPostOutputFormatToJson(
  1. V1SpeechToSpeechVoiceIdPostOutputFormat v1SpeechToSpeechVoiceIdPostOutputFormat
)

Implementation

String? v1SpeechToSpeechVoiceIdPostOutputFormatToJson(
    enums.V1SpeechToSpeechVoiceIdPostOutputFormat
        v1SpeechToSpeechVoiceIdPostOutputFormat) {
  return v1SpeechToSpeechVoiceIdPostOutputFormat.value;
}