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

    Interface SeeBackendAzureConfig

    Azure Vision backend configuration.

    interface SeeBackendAzureConfig {
        credentialsPath?: string;
        imageClassificationConfidence?: number;
        objectDetectionConfidence?: number;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    credentialsPath?: string

    Path to the Azure credentials file.

    imageClassificationConfidence?: number

    Minimum confidence for image classification results.

    objectDetectionConfidence?: number

    Minimum confidence for object detection results.