Skip to content

Commit 0a17e8c

Browse files
committed
UPGRADE flutter-hms-ml to 2.0.5+300
1 parent 16fc15e commit 0a17e8c

286 files changed

Lines changed: 23514 additions & 8819 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

flutter-hms-ml/CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1-
## 2.0.1+300
1+
## 2.0.5+300
2+
3+
### New Features
4+
5+
- Added **MLDocumentSkewCorrectionAnalyzer**
6+
- Added **ML3DFaceAnalyzer**
7+
- Added **MLFormRecognitionAnalyzer**
8+
- Added **MLHandKeypointAnalyzer**
9+
- Added **MLImageSuperResolutionAnalyzer**
10+
- Added **LensEngine**
11+
- Added **MLLivenessCapture**
12+
- Added **MLApplication**
13+
- Added **MLFrame**
14+
- Added **MLSpeechRealTimeTranscription**
15+
- Added **MLSceneDetectionAnalyzer**
16+
- Added **MLSkeletonAnalyzer**
17+
- Added **MLSoundDetector**
18+
- Added **MLCustomModel**
19+
- Added **MLTextEmbeddingAnalyzer**
20+
- Added **MLTextImageSuperResolutionAnalyzer**
21+
22+
### Breaking Changes
23+
24+
- Changed MlAftClient to **MLAftEngine**
25+
- Changed MlAsrClient to **MLAsrRecognizer**
26+
- Changed MlBankcardClient to **MLBankcardAnalyzer**
27+
- Changed MlImageClassificationClient to **MLClassificationAnalyzer**
28+
- Changed MlDocumentClient to **MLDocumentAnalyzer**
29+
- Changed MlFaceClient to **MLFaceAnalyzer**
30+
- Changed MlGeneralCardClient to **MLGeneralCardAnalyzer**
31+
- Changed MlImageSegmentationClient to **MLImageSegmentationAnalyzer**
32+
- Changed MlLandMarkClient to **MLLandmarkAnalyzer**
33+
- Changed MlLangDetectionClient to **MLLangDetector**
34+
- Changed MlObjectClient to **MLObjectAnalyzer**
35+
- Changed MlProductVisionSearchClient to **MLProductVisionSearchAnalyzer**
36+
- Changed MlTextClient to **MLTextAnalyzer**
37+
- Changed MlTextToSpeechClient to **MLTtsEngine**
38+
- Divided MlTranslatorClient to **MLLocalTranslator** and **MLRemoteTranslator**
39+
40+
## 2.0.3+300
241

342
Initial release.

flutter-hms-ml/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3737
You must give any other recipients of the Work or Derivative Works a copy of this License; and
3838
You must cause any modified files to carry prominent notices stating that You changed the files; and
3939
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
40-
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
40+
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
4141

4242
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
4343
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
@@ -50,4 +50,4 @@ You may add Your own copyright statement to Your modifications and may provide a
5050

5151
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
5252

53-
END OF TERMS AND CONDITIONS
53+
END OF TERMS AND CONDITIONS

0 commit comments

Comments
 (0)