hwmlkit
v0.0.2
Published
Huawei Ml Kit
Readme
hwmlkit
Huawei Ml Kit
Install
npm install hwmlkit
npx cap syncAPI
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 |
