bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalizationNullableToJson function

String? bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalizationNullableToJson(
  1. BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization? bodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization
)

Implementation

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