enablePunctuation property
C ABI / legacy SDK config-level transcription defaults. These may be mirrored into STTOptions by adapters for per-call overrides.
Implementation
@$pb.TagNumber(6)
$core.bool get enablePunctuation => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set enablePunctuation($core.bool value) => $_setBool(5, value);