enablePunctuation property

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

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);
  1. @TagNumber.new(6)
set enablePunctuation (bool value)

Implementation

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