Skip to content

Commit 0dfa886

Browse files
Google ML KitYun Liu
Google ML Kit
authored and
Yun Liu
committed
Project import generated by Copybara.
PiperOrigin-RevId: 346441329 Change-Id: Ie73b196ec361d5d26b975ac0c3d7de93b77df845
1 parent b49e9c6 commit 0dfa886

File tree

4 files changed

+33
-42
lines changed

4 files changed

+33
-42
lines changed

android/digitalink/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# ML Kit Digital Ink Recognition Quickstart
22

3-
The ML Kit Digital Ink Recognition Quickstart app demonstrates how to use the Digital Ink Recognition feature of ML Kit to perform digital ink recognition in your application.
3+
- [Read more about ML Kit Digital Ink Recognition](https://developers.google.com/ml-kit/vision/digital-ink-recognition/android)
44

55
## Introduction
66

7-
* [Read more about ML Kit](https://developers.google.com/ml-kit)
7+
The ML Kit Digital Ink Recognition Quickstart app demonstrates how to use the
8+
Digital Ink Recognition feature of ML Kit to perform digital ink recognition
9+
in your application.
810

911
## Getting Started
1012

android/langid/README.md

100755100644
+10-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
1-
# ML Kit Language ID Quickstart Sample App
1+
# ML Kit Language ID Quickstart
22

3-
## Introduction
4-
5-
The ML Kit Language ID quickstart sample app demonstrates how to use the Language ID feature to identify the language of entered text in your application.
63
* [Read more about ML Kit Language ID](https://developers.google.com/ml-kit/language/identification)
74

8-
## Feature List
9-
Features that are included in this demo app:
10-
* [Language Identification](https://developers.google.com/ml-kit/language/identification/android) - Identify the language of text with ML Kit on Android
11-
12-
## Getting Started
5+
## Introduction
136

14-
* Run the sample on an Android device.
15-
* Choose the Java or Kotlin version on the initial screen.
16-
* Type input text and press the buttons to identify languages.
7+
The ML Kit Language ID Android Quickstart app demonstrates how to use the Language
8+
ID feature of ML Kit to identify the language of text in your application.
179

18-
<img src="../screenshots/langid-quickstart.png" width="256"/>
10+
## Getting Started
1911

12+
* Run the sample code on your Android device or emulator
13+
* Type messages to identify languages
14+
* Try extending the code to add new features and functionality
2015

2116
## Support
2217

23-
* [Stack Overflow](https://stackoverflow.com/questions/tagged/google-mlkit)
18+
* [Documentation](https://developers.google.com/ml-kit/language/identification/android)
19+
* [Stack Overflow](https://stackoverflow.com/questions/tagged/mlkit)
2420

2521
## License
2622

android/smartreply/README.md

100755100644
+10-12
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
# ML Kit Smart Reply Quickstart Sample App
2-
3-
## Introduction
4-
5-
The ML Kit Smart Reply quickstart sample app demonstrates how to use the Smart Reply API to automatically generate replies for conversation threads in your application.
1+
# ML Kit Smart Reply Quickstart
62

73
* [Read more about ML Kit Smart Reply](https://developers.google.com/ml-kit/language/smart-reply)
84

9-
## Feature List
10-
Features that are included in this demo app:
11-
* [Smart Reply](https://developers.google.com/ml-kit/language/smart-reply/android) - Generate smart replies with ML Kit on Android
5+
## Introduction
126

13-
<img src="app/src/screen.png" height="534" width="300"/>
7+
The ML Kit Smart Reply Android Quickstart app demonstrates how to use the Smart
8+
Reply feature of ML Kit to automatically generate replies to conversation
9+
threads in your application.
1410

1511
## Getting Started
1612

17-
* Run the sample on an Android device.
18-
* Type message text and press the ML Kit Logo button to switch between users.
13+
* Run the sample code on your Android device or emulator
14+
* Type messages to generate smart replies
15+
* Try extending the code to add new features and functionality
1916

2017
## Support
2118

22-
* [Stack Overflow](https://stackoverflow.com/questions/tagged/google-mlkit)
19+
* [Documentation](https://developers.google.com/ml-kit/language/smart-reply/android)
20+
* [Stack Overflow](https://stackoverflow.com/questions/tagged/mlkit)
2321

2422
## License
2523

android/translate/README.md

100755100644
+9-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
# ML Kit Translate Quickstart Sample App
1+
# ML Kit Translation Quickstart
22

3-
## Introduction
4-
5-
The ML Kit Translate quickstart sample app demonstrates how to use ML Kit APIs to translate text in your application.
6-
* [Read more about ML Kit Translate](https://developers.google.com/ml-kit/language/translation)
3+
* [Read more about ML Kit Translation](https://developers.google.com/ml-kit/language/translation)
74

5+
## Introduction
86

9-
## Feature List
10-
Features that are included in this demo app:
11-
* [Translate](https://developers.google.com/ml-kit/language/translation/android) - Translate Text with ML Kit on Android
12-
13-
<img src="../screenshots/translate-quickstart.png" width="256"/>
7+
The ML Kit Translate Android Quickstart app demonstrates how to use the Translate
8+
feature of ML Kit to translate text in your application.
149

1510
## Getting Started
1611

17-
* Run the sample on an Android device.
18-
* Choose the Java or Kotlin version on the initial screen.
19-
* Type input text and press the buttons to identify languages.
12+
* Run the sample code on your Android device or emulator
13+
* Try extending the code to add new features and functionality
2014

2115
## Support
2216

23-
* [Stack Overflow](https://stackoverflow.com/questions/tagged/google-mlkit)
17+
* [Documentation](https://developers.google.com/ml-kit/language/translation/android)
18+
* [Stack Overflow](https://stackoverflow.com/questions/tagged/mlkit)
2419

2520
## License
2621

0 commit comments

Comments
 (0)