0.0.4 • Published 12 months ago

cfive-aware-capacitor-plugin-ncamacho v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
12 months ago

cfive-aware-capacitor-plugin

Aware Biometrics

Install

npm install cfive-aware-capacitor-plugin
npx cap sync

API

getFace(...)

getFace(options: { value: string; }) => Promise<any>
ParamType
options{ value: string; }

Returns: Promise<any>


getVoiceEnroll(...)

getVoiceEnroll(options: { value: string; }) => Promise<any>
ParamType
options{ value: string; }

Returns: Promise<any>


getVoiceLogin(...)

getVoiceLogin(options: { value: string; }) => Promise<any>
ParamType
options{ value: string; }

Returns: Promise<any>


0.0.4

12 months ago