tjbot-ce - v3.0.0
    Preparing search index...

    Interface SeeBackendLocalConfig

    Local ONNX-based vision backend configuration.

    interface SeeBackendLocalConfig {
        faceDetectionConfidence?: number;
        faceDetectionModel?: string;
        imageClassificationConfidence?: number;
        imageClassificationModel?: string;
        objectDetectionConfidence?: number;
        objectDetectionModel?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    faceDetectionConfidence?: number

    Minimum confidence for face detection results.

    faceDetectionModel?: string

    Registry key of the local face detection model.

    imageClassificationConfidence?: number

    Minimum confidence for image classification results.

    imageClassificationModel?: string

    Registry key of the local image classification model.

    objectDetectionConfidence?: number

    Minimum confidence for object detection results.

    objectDetectionModel?: string

    Registry key of the local object detection model.