Aware Biometrics
npm install cfive-aware-capacitor-plugin
npx cap sync
getFace(options: { value: string; }) => Promise<any>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<any>
getVoiceEnroll(options: { value: string; }) => Promise<any>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<any>
getVoiceLogin(options: { value: string; }) => Promise<any>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<any>