v1TextToSpeechVoiceIdStreamPostOutputFormatNullableToJson function

String? v1TextToSpeechVoiceIdStreamPostOutputFormatNullableToJson(
  1. V1TextToSpeechVoiceIdStreamPostOutputFormat? v1TextToSpeechVoiceIdStreamPostOutputFormat
)

Implementation

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