anyline-js
    Preparing search index...

    Interface PluginConfig

    interface PluginConfig {
        barcodeConfig?: KeyAble;
        cancelOnResult?: boolean;
        commercialTireIdConfig?: KeyAble;
        consecutiveEqualResultFilter?: number;
        containerConfig?: KeyAble;
        id?: string;
        japaneseLandingPermissionConfig?: KeyAble;
        licensePlateConfig?: KeyAble;
        meterConfig?: KeyAble;
        mrzConfig?: KeyAble;
        ocrConfig?: KeyAble;
        startScanDelay?: number;
        startVariables?: StartVariable[];
        tinConfig?: KeyAble;
        tireMakeConfig?: KeyAble;
        tireSizeConfig?: KeyAble;
        universalIdConfig?: KeyAble;
        vinConfig?: KeyAble;
    }
    Index

    Properties

    barcodeConfig?: KeyAble

    barcodeConfig - Configuration for scanning barcode

    cancelOnResult?: boolean

    cancelOnResult - Sets whether or not to continue scanning once a result is found

    commercialTireIdConfig?: KeyAble

    commercialTireIdConfig - Configuration for scanning commercial Tire IDs

    consecutiveEqualResultFilter?: number

    consecutiveEqualResultFilter - This option allows to fine-tune the handling results of the same content when scanning continuously. If the option is set to -1, equal results will not be reported again until the scanning process is stopped. Setting this option to 0 will report equal results every time it is found. Setting this option to greater than 0 indicates how much time must pass by not detecting the result before it will be detected again. (This feature is currently only supported in Barcode scanning).

    containerConfig?: KeyAble

    containerConfig - Configuration for scanning shipping container numbers

    id?: string

    id - Sets a name for the scan plugin

    japaneseLandingPermissionConfig?: KeyAble

    japaneseLandingPermissionConfig - Configuration for scanning Japanese landing permission

    licensePlateConfig?: KeyAble

    licensePlateConfig - Configuration for scanning license plates

    meterConfig?: KeyAble

    meterConfig - Configuration for scanning meters

    mrzConfig?: KeyAble

    mrzConfig - Configuration for scanning machine-readable zones (MRZ) of passports and other IDs

    ocrConfig?: KeyAble

    ocrConfig - Configuration for general OCR scanning use-cases

    startScanDelay?: number

    startScanDelay - Sets an initial time period where scanned frames are not processed as results.

    startVariables?: StartVariable[]

    startVariables - Allows to fine-tune a list of options for plugins.

    tinConfig?: KeyAble

    tinConfig - Configuration for scanning TIN numbers

    tireMakeConfig?: KeyAble

    tireMakeConfig - Configuration for scanning Tire Makes

    tireSizeConfig?: KeyAble

    tireSizeConfig - Configuration for scanning Tire Size Specifications

    universalIdConfig?: KeyAble

    universalIdConfig - Configuration for scanning all kinds of identification documents

    vinConfig?: KeyAble

    vinConfig - Configuration for scanning vehicle identification numbers (VIN)