0.0.2 • Published 4 years ago
hwmlkit
Huawei Ml Kit
Install
npm install hwmlkit
npx cap sync
API
TextRecognition(...)
TextRecognition(options?: TextRecognitionOptions | undefined) => any
| Param | Type |
|---|
options | TextRecognitionOptions |
Returns: any
FaceDetection(...)
FaceDetection(options?: FaceDetectionOptions | undefined) => any
| Param | Type |
|---|
options | FaceDetectionOptions |
Returns: any
FaceVerification(...)
FaceVerification(options?: FaceVerificationOptions | undefined) => any
| Param | Type |
|---|
options | FaceVerificationOptions |
Returns: any
Interfaces
TextRecognitionOptions
| Prop | Type |
|---|
language | string |
base64 | string |
FaceDetectionOptions
FaceVerificationOptions
| Prop | Type |
|---|
faceTemplate | string |
faceCompare | string |