bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalizationNullableToJson function

String? bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalizationNullableToJson(
  1. BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization? bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization
)

Implementation

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