enableSsml property
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);
Implementation
@$pb.TagNumber(6)
set enableSsml($core.bool value) => $_setBool(5, value);