huawei_ml_text 3.7.0+300 huawei_ml_text: ^3.7.0+300 copied to clipboard
Huawei ML Kit Text Plugin for Flutter. Provides capabilities like Text, document, id, bank card, general card & form recognition.
3.7.0+300 #
-
Added
setUserRegion
andgetCountryCode
methods to MLTextApplication. -
Breaking Changes:
- With this release,
MLTextPermissions
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_text/huawei_ml_text.dart not to get any errors.
Updated API List
- MLTextEmbeddingAnalyzer:
- Return type of
analyzeSentenceVector
changed toList<double>
fromList<dynamic>
. - Return type of
analyseWordVector
changed toList<double>
fromList<dynamic>
. - Return type of
analyseSimilarWords
changed toList<String>
fromList<dynamic>
. - Return type of
analyseWordVectorBatch
changed toMap<String, List<double>>
fromdynamic
.
- Return 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.