speakingRate property
Speech rate (0.0 – 2.0; 1.0 is normal). Note Swift/Kotlin use the name
rate, Dart uses rate, RN uses rate. C ABI field is rate. We
canonicalize on speaking_rate to match TTSConfiguration; bindings
alias to rate where appropriate.
Implementation
@$pb.TagNumber(3)
$core.double get speakingRate => $_getN(2);
Implementation
@$pb.TagNumber(3)
set speakingRate($core.double value) => $_setFloat(2, value);