enableSsml property

  1. @TagNumber.new(6)
bool get enableSsml

Whether the input contains SSML markup. C ABI: use_ssml, Swift: useSSML, Kotlin: useSSML, Dart: useSSML. Canonicalized to enable_ssml for consistency with TTSConfiguration.

Implementation

@$pb.TagNumber(6)
$core.bool get enableSsml => $_getBF(5);
  1. @TagNumber.new(6)
set enableSsml (bool value)

Implementation

@$pb.TagNumber(6)
set enableSsml($core.bool value) => $_setBool(5, value);