bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalizationExplodedListToJson function

String bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalizationExplodedListToJson(
  1. List<BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization>? bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization
)

Implementation

String bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalizationExplodedListToJson(
    List<
            enums
            .BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization>?
        bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization) {
  return bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization
          ?.map((e) => e.value!)
          .join(',') ??
      '';
}