class MandateTypeDetectorRegistry

Registry for mandate type detectors

Constructors

new
MandateTypeDetectorRegistry()

Properties

private
initialized: boolean

Methods

detectType(mandate: any): MandateType

Detect mandate type using registered detectors

Get detailed detection results from all detectors

private
ensureInitialized(): Promise<void>

Get the best detection result (highest confidence)

Register a new detector