cfive-aware-capacitor-plugin-ncamacho
v0.0.4
Published
Aware Biometrics
Readme
cfive-aware-capacitor-plugin
Aware Biometrics
Install
npm install cfive-aware-capacitor-plugin
npx cap syncAPI
getFace(...)
getFace(options: { value: string; }) => Promise<any>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<any>
getVoiceEnroll(...)
getVoiceEnroll(options: { value: string; }) => Promise<any>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<any>
getVoiceLogin(...)
getVoiceLogin(options: { value: string; }) => Promise<any>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<any>
