Skip to main content
Dotset CLI API Documentation / index / DetectionConfig

Interface: DetectionConfig

Defined in: src/mantle/config.ts:111 Detection configuration

Properties

enableContextual?

optional enableContextual: boolean;
Defined in: src/mantle/config.ts:117 Enable contextual detection

enableEntropy?

optional enableEntropy: boolean;
Defined in: src/mantle/config.ts:113 Enable entropy-based detection

entropyThreshold?

optional entropyThreshold: number;
Defined in: src/mantle/config.ts:115 Entropy threshold (default: 3.5)

excludeKeywords?

optional excludeKeywords: string[];
Defined in: src/mantle/config.ts:121 Keywords to exclude from contextual detection

maxTokenLength?

optional maxTokenLength: number;
Defined in: src/mantle/config.ts:125 Maximum token length for detection

minTokenLength?

optional minTokenLength: number;
Defined in: src/mantle/config.ts:123 Minimum token length for detection

sensitiveKeywords?

optional sensitiveKeywords: string[];
Defined in: src/mantle/config.ts:119 Custom sensitive keywords for contextual detection