UNPKG

jaak-bestframe

Version:

This is a JAAKRECOG LIVENESS© Angular Component

14 lines (13 loc) • 425 B
import { OnInit } from '@angular/core'; import { ErrorResponse } from './models/error'; import { BestFrame } from './models/best-frame'; export declare class JaakrecogLivenessLibComponent implements OnInit { accessToken: string; headerName: string; co: string; getResponse: BestFrame | ErrorResponse | any; showComponent: boolean; constructor(); ngOnInit(): void; emitResult(ev: any): void; }