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

    Interface SeeBackendGoogleCloudConfig

    Google Cloud Vision backend configuration.

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

    Indexable

    • [k: string]: unknown
    Index

    Properties

    credentialsPath?: string

    Path to the Google Cloud credentials file.

    faceDetectionConfidence?: number

    Minimum confidence for face detection results.

    imageClassificationConfidence?: number

    Minimum confidence for label detection results.

    objectDetectionConfidence?: number

    Minimum confidence for object localization results.