hwmlkit
v0.0.2
Published
Huawei Ml Kit
Downloads
2
Readme
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
| Prop | Type |
| --------------- | ------------------- |
| FaceImage
| string |
FaceVerificationOptions
| Prop | Type |
| ------------------ | ------------------- |
| faceTemplate
| string |
| faceCompare
| string |