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