mirror of https://github.com/vladmandic/human
17 lines
348 B
TypeScript
17 lines
348 B
TypeScript
export declare const body: (res: any) => {
|
|
body: number;
|
|
gesture: string;
|
|
}[];
|
|
export declare const face: (res: any) => {
|
|
face: number;
|
|
gesture: string;
|
|
}[];
|
|
export declare const iris: (res: any) => {
|
|
iris: number;
|
|
gesture: string;
|
|
}[];
|
|
export declare const hand: (res: any) => {
|
|
hand: number;
|
|
gesture: string;
|
|
}[];
|