ExtractionConfig constructor

const ExtractionConfig({
  1. double minConfidence = 0.4,
  2. int maxPerSession = 15,
  3. Set<MemoryCategory> categories = const {},
  4. double? autoApproveThreshold,
})

Implementation

const ExtractionConfig({
  this.minConfidence = 0.4,
  this.maxPerSession = 15,
  this.categories = const {},
  this.autoApproveThreshold,
});