FreakingGenius - v0.1.0
    Preparing search index...

    Interface SymbolRecognitionConfig

    Settings for the symbol classifier.

    interface SymbolRecognitionConfig {
        confidenceThreshold: number;
        modelUrl: string;
    }
    Index

    Properties

    confidenceThreshold: number

    Minimum confidence required to emit a non-"unknown" label.

    modelUrl: string

    Path or URL to the classifier model weights.