applyTextNormalization property

  1. @JsonKey.new(name: 'apply_text_normalization', toJson: bodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalizationNullableToJson, fromJson: bodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalizationApplyTextNormalizationNullableFromJson)
BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization? applyTextNormalization
final

Implementation

@JsonKey(
  name: 'apply_text_normalization',
  toJson:
      bodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalizationNullableToJson,
  fromJson:
      bodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalizationApplyTextNormalizationNullableFromJson,
)
final enums
    .BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization?
    applyTextNormalization;