sampleRate property
The voice's native rate in Hz -- tells the caller whether naming a different TTSOptions.sample_rate buys anything.
Implementation
@$pb.TagNumber(8)
$core.int get sampleRate => $_getIZ(3);
Implementation
@$pb.TagNumber(8)
set sampleRate($core.int value) => $_setSignedInt32(3, value);