enhancedPunctuation property

  1. @JsonKey.new(name: 'enhanced_punctuation')
bool? enhancedPunctuation
final

Alpha Use enhanced punctuation for this audio Default: false

Implementation

@JsonKey(name: 'enhanced_punctuation')
final bool? enhancedPunctuation;