ExtractionConfig constructor
const
ExtractionConfig({
- double minConfidence = 0.4,
- int maxPerSession = 15,
- Set<
MemoryCategory> categories = const {}, - double? autoApproveThreshold,
Implementation
const ExtractionConfig({
this.minConfidence = 0.4,
this.maxPerSession = 15,
this.categories = const {},
this.autoApproveThreshold,
});