UNPKG
jaakrecog-liveness-lib
Version:
latest (0.0.1)
0.0.1
This is a JAAKRECOG LIVENESS© Angular Component
jaakrecog-liveness-lib
/
lib
/
models
/
best-frame.d.ts
10 lines
(9 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
BestFrame
{
id
:
string
;
status
:
boolean
;
evaluation
:
number
;
facesFound
:
Array
<
string
>;
message
:
string
;
processTime
:
number
;
bestFrame
:
string
; }