huawei_ml_body 3.12.0+301 huawei_ml_body: ^3.12.0+301 copied to clipboard
Huawei ML Kit Body Plugin for Flutter. Provides capabilities like face recognition, liveness & skeleton detection.
3.12.0+301 #
- Dart improvements.
3.12.0+300 #
- Added the Customized Scanning Action section for the Interactive Biometric Verification service, and added error code USER_ DEFINED_ACTIONS_INVALID and method setActionArray(int[]actionArray, int num, boolean isRandomable).
3.7.0+300 #
-
Added
setUserRegion
andgetCountryCode
methods to MLBodyApplication. -
Added
MLInteractiveLivenessCapture
API which is interactive biometric verification service implements liveness detection in an interactive way. -
Breaking Changes:
- With this release,
MLBodyPermissions
has been removed. You are expected to handle required permissions on your own. You can learn more about the required permissions from our official documentations. - Modified the internal structure of the plugin. Please use import package:huawei_ml_body/huawei_ml_body.dart not to get any errors.
Updated API List
- MLSkeleton:
- Type of
joints
changed toList<MLJoint>
fromList<MLJoint?>
.
- Type of
- MLJoint:
- Type of
type
changed toint
fromint?
. - Type of
pointX
changed todouble
fromdynamic
. - Type of
pointY
changed todouble
fromdynamic
. - Type of
score
changed todouble
fromdynamic
.
- Type of
- MLHandKeyPoints:
- Type of
handKeyPoints
changed toList<MLHandKeyPoint>
fromList<MLHandKeyPoint?>
.
- Type of
- MLHandKeyPoint:
- Type of
pointX
changed todouble
fromdynamic
. - Type of
pointY
changed todouble
fromdynamic
. - Type of
score
changed todouble
fromdynamic
.
- Type of
- MLFace:
- Type of
faceShapeList
changed toList<MLFaceShape>
fromList<MLFaceShape?>
. - Type of
keyPoints
changed toList<MLFaceKeyPoint>
fromList<MLFaceKeyPoint?>
. - Type of
allPoints
changed toList<BodyPosition>
fromList<BodyPosition?>
. - Type of
rotationAngleX
changed todouble
fromdynamic
. - Type of
rotationAngleY
changed todouble
fromdynamic
. - Type of
rotationAngleZ
changed todouble
fromdynamic
. - Type of
opennessOfLeftEye
changed todouble
fromdynamic
. - Type of
opennessOfRightEye
changed todouble
fromdynamic
. - Type of
possibilityOfSmiling
changed todouble
fromdynamic
. - Type of
tracingIdentity
changed toint
fromint?
. - Type of
width
changed todouble
fromdynamic
. - Type of
height
changed todouble
fromdynamic
.
- Type of
- MLFaceEmotion:
- Type of
angryProbability
changed todouble
fromdynamic
. - Type of
disgustProbability
changed todouble
fromdynamic
. - Type of
surpriseProbability
changed todouble
fromdynamic
. - Type of
sadProbability
changed todouble
fromdynamic
. - Type of
neutralProbability
changed todouble
fromdynamic
. - Type of
smilingProbability
changed todouble
fromdynamic
. - Type of
fearProbability
changed todouble
fromdynamic
.
- Type of
- MLFaceShape:
- Type of
points
changed toList<BodyPosition>
fromList<BodyPosition?>
.
- Type of
- MLFaceFeature:
- Type of
age
changed toint
fromint?
. - Type of
moustacheProbability
changed todouble
fromdynamic
. - Type of
hatProbability
changed todouble
fromdynamic
. - Type of
sexProbability
changed todouble
fromdynamic
. - Type of
sunGlassProbability
changed todouble
fromdynamic
. - Type of
leftEyeOpenProbability
changed todouble
fromdynamic
. - Type of
rightEyeOpenProbability
changed todouble
fromdynamic
.
- Type of
- ML3DFace
- Type of
allVertexes
changed toList<BodyPosition>
fromList<BodyPosition?>
. - Type of
eulerX
changed todouble
fromdynamic
. - Type of
eulerY
changed todouble
fromdynamic
. - Type of
eulerZ
changed todouble
fromdynamic
.
- Type of
- BodyPosition
- Type of
x
changed todouble?
fromdynamic
. - Type of
y
changed todouble?
fromdynamic
. - Type of
z
changed todouble?
fromdynamic
.
- Type of
- With this release,
3.2.0+301 #
- Deleted the capability of prompting users to install HMS Core (APK).
3.2.0+300 #
- Initial release.