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

    Interface FaceDetectionResult

    interface FaceDetectionResult {
        isFaceDetected: boolean;
        metadata: FaceDetectionMetadata[];
    }
    Index

    Properties

    isFaceDetected: boolean