huawei_ml_text 3.12.0+300 copy "huawei_ml_text: ^3.12.0+300" to clipboard
huawei_ml_text: ^3.12.0+300 copied to clipboard

PlatformAndroid

Huawei ML Kit Text Plugin for Flutter. Provides capabilities like Text, document, id, bank card, general card & form recognition.

3.12.0+300 #

  • Bank card recognition: Added the onBcrFailResult(MLBcrCaptureResult result) method to the CustomView.OnBcrResultCallback API.

3.7.0+300 #

  • Added setUserRegion and getCountryCode 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 to List<double> from List<dynamic>.
      • Return type of analyseWordVector changed to List<double> from List<dynamic>.
      • Return type of analyseSimilarWords changed to List<String> from List<dynamic>.
      • Return type of analyseWordVectorBatch changed to Map<String, List<double>> from dynamic.

3.2.0+301 #

  • Deleted the capability of prompting users to install HMS Core (APK).

3.2.0+300 #

  • Initial release.
8
likes
120
pub points
40%
popularity

Publisher

verified publisherdeveloper.huawei.com

Huawei ML Kit Text Plugin for Flutter. Provides capabilities like Text, document, id, bank card, general card & form recognition.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on huawei_ml_text