bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalizationToJson function

String? bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalizationToJson(
  1. BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization
)

Implementation

String? bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalizationToJson(
    enums.BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization
        bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization) {
  return bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.value;
}