huawei_ml_text 3.13.0+300
huawei_ml_text: ^3.13.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.13.0+300 #
- Breaking Change: Migrated to declarative gradle.
- Upgraded ML Text SDKs to the latest version.
3.12.0+301 #
- Dart improvements.
3.12.0+300 #
- Bank card recognition: Added the onBcrFailResult(MLBcrCaptureResult result) method to the CustomView.OnBcrResultCallback API.
3.7.0+300 #
-
Added
setUserRegionandgetCountryCodemethods to MLTextApplication. -
Breaking Changes:
- With this release,
MLTextPermissionshas 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
analyzeSentenceVectorchanged toList<double>fromList<dynamic>. - Return type of
analyseWordVectorchanged toList<double>fromList<dynamic>. - Return type of
analyseSimilarWordschanged toList<String>fromList<dynamic>. - Return type of
analyseWordVectorBatchchanged 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.