TrackerConfig constructor
const
TrackerConfig({
- double defaultMaxPathCost = 0.30,
- double shortWordPathCost = 0.25,
- double mediumWordPathCost = 0.28,
- int maxSkipWords = 2,
- double acousticConfusionCost = 0.25,
- double standardInsertionCost = 0.75,
- double standardDeletionCost = 1.0,
- double harakatDurationSeconds = 0.200,
- double maxTokenDurationAllowed = 2.5,
- double lookaheadDelay = 0.320,
- bool hideExpectedAsrNoise = true,
Implementation
const TrackerConfig({
this.defaultMaxPathCost = 0.30,
this.shortWordPathCost = 0.25,
this.mediumWordPathCost = 0.28,
this.maxSkipWords = 2,
this.acousticConfusionCost = 0.25,
this.standardInsertionCost = 0.75,
this.standardDeletionCost = 1.0,
this.harakatDurationSeconds = 0.200,
this.maxTokenDurationAllowed = 2.5,
this.lookaheadDelay = 0.320,
this.hideExpectedAsrNoise = true,
});