ConfidenceConfig
Defined in: ConfidenceConfig.ts:1
Properties
globalThreshold
globalThreshold: number;
Defined in: ConfidenceConfig.ts:7
Global confidence threshold (0-1) Commands will trigger if similarityScore >= globalThreshold Default: .8 (80% match)
logConfidenceScore
logConfidenceScore: boolean;
Defined in: ConfidenceConfig.ts:19
Whether to log confidence scores
usePhoneticMatching
usePhoneticMatching: boolean;
Defined in: ConfidenceConfig.ts:14
Whether to use phonetic matching or not If false, will only use exact matching Default: true