v1SpeechToSpeechVoiceIdPostOutputFormatNullableToJson function

String? v1SpeechToSpeechVoiceIdPostOutputFormatNullableToJson(
  1. V1SpeechToSpeechVoiceIdPostOutputFormat? v1SpeechToSpeechVoiceIdPostOutputFormat
)

Implementation

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