UNPKG

jaakrecog-liveness

Version:

is a facial recognition plugin whose intention is to be a proof of life, this plugin has been developed to be used in projects with Angular@^8.1.1

8 lines (7 loc) 271 B
import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare class JaakrecogLivenessService { private http; constructor(http: HttpClient); getAdvertisement(video: Array<string>, path: string): Observable<any>; }