bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalizationToJson function

String? bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalizationToJson(
  1. BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization
)

Implementation

String? bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalizationToJson(
    enums
        .BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization
        bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization) {
  return bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization
      .value;
}