UNPKG

@biopassid/face-sdk-react-native

Version:
7 lines 439 B
import type { FaceExtract } from './FaceExtract'; import type { FaceVerify } from './FaceVerify'; export declare function startRecognition(licenseKey: string): void; export declare function closeRecognition(): void; export declare function extract(artifact: string): Promise<FaceExtract | null>; export declare function verify(templateA: string, templateB: string): Promise<FaceVerify | null>; //# sourceMappingURL=FaceRecognition.d.ts.map