v1SpeechToSpeechVoiceIdStreamPostOutputFormatNullableToJson function

String? v1SpeechToSpeechVoiceIdStreamPostOutputFormatNullableToJson(
  1. V1SpeechToSpeechVoiceIdStreamPostOutputFormat? v1SpeechToSpeechVoiceIdStreamPostOutputFormat
)

Implementation

String? v1SpeechToSpeechVoiceIdStreamPostOutputFormatNullableToJson(
    enums.V1SpeechToSpeechVoiceIdStreamPostOutputFormat?
        v1SpeechToSpeechVoiceIdStreamPostOutputFormat) {
  return v1SpeechToSpeechVoiceIdStreamPostOutputFormat?.value;
}