UNPKG

nativescript-plugin-firebase-ssi

Version:
8 lines (7 loc) 457 B
import { MLKitDetectFacesOnDeviceOptions, MLKitDetectFacesOnDeviceResult } from "./"; import { MLKitFaceDetection as MLKitFaceDetectionBase } from "./facedetection-common"; export declare class MLKitFaceDetection extends MLKitFaceDetectionBase { protected createDetector(): any; protected createSuccessListener(): any; } export declare function detectFacesOnDevice(options: MLKitDetectFacesOnDeviceOptions): Promise<MLKitDetectFacesOnDeviceResult>;