Project import generated by Copybara.

PiperOrigin-RevId: 346441329
Change-Id: Ie73b196ec361d5d26b975ac0c3d7de93b77df845
This commit is contained in:
Google ML Kit 2020-12-09 01:01:20 +00:00 committed by Yun Liu
parent b49e9c6888
commit 0dfa886f34
4 changed files with 33 additions and 42 deletions

View File

@ -1,10 +1,12 @@
# ML Kit Digital Ink Recognition Quickstart
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.
- [Read more about ML Kit Digital Ink Recognition](https://developers.google.com/ml-kit/vision/digital-ink-recognition/android)
## Introduction
* [Read more about ML Kit](https://developers.google.com/ml-kit)
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.
## Getting Started

24
android/langid/README.md Executable file → Normal file
View File

@ -1,26 +1,22 @@
# ML Kit Language ID Quickstart Sample App
# ML Kit Language ID Quickstart
* [Read more about ML Kit Language ID](https://developers.google.com/ml-kit/language/identification)
## Introduction
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.
* [Read more about ML Kit Language ID](https://developers.google.com/ml-kit/language/identification)
## Feature List
Features that are included in this demo app:
* [Language Identification](https://developers.google.com/ml-kit/language/identification/android) - Identify the language of text with ML Kit on Android
The ML Kit Language ID Android Quickstart app demonstrates how to use the Language
ID feature of ML Kit to identify the language of text in your application.
## Getting Started
* Run the sample on an Android device.
* Choose the Java or Kotlin version on the initial screen.
* Type input text and press the buttons to identify languages.
<img src="../screenshots/langid-quickstart.png" width="256"/>
* Run the sample code on your Android device or emulator
* Type messages to identify languages
* Try extending the code to add new features and functionality
## Support
* [Stack Overflow](https://stackoverflow.com/questions/tagged/google-mlkit)
* [Documentation](https://developers.google.com/ml-kit/language/identification/android)
* [Stack Overflow](https://stackoverflow.com/questions/tagged/mlkit)
## License

22
android/smartreply/README.md Executable file → Normal file
View File

@ -1,25 +1,23 @@
# ML Kit Smart Reply Quickstart Sample App
## Introduction
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.
# ML Kit Smart Reply Quickstart
* [Read more about ML Kit Smart Reply](https://developers.google.com/ml-kit/language/smart-reply)
## Feature List
Features that are included in this demo app:
* [Smart Reply](https://developers.google.com/ml-kit/language/smart-reply/android) - Generate smart replies with ML Kit on Android
## Introduction
<img src="app/src/screen.png" height="534" width="300"/>
The ML Kit Smart Reply Android Quickstart app demonstrates how to use the Smart
Reply feature of ML Kit to automatically generate replies to conversation
threads in your application.
## Getting Started
* Run the sample on an Android device.
* Type message text and press the ML Kit Logo button to switch between users.
* Run the sample code on your Android device or emulator
* Type messages to generate smart replies
* Try extending the code to add new features and functionality
## Support
* [Stack Overflow](https://stackoverflow.com/questions/tagged/google-mlkit)
* [Documentation](https://developers.google.com/ml-kit/language/smart-reply/android)
* [Stack Overflow](https://stackoverflow.com/questions/tagged/mlkit)
## License

23
android/translate/README.md Executable file → Normal file
View File

@ -1,26 +1,21 @@
# ML Kit Translate Quickstart Sample App
# ML Kit Translation Quickstart
* [Read more about ML Kit Translation](https://developers.google.com/ml-kit/language/translation)
## Introduction
The ML Kit Translate quickstart sample app demonstrates how to use ML Kit APIs to translate text in your application.
* [Read more about ML Kit Translate](https://developers.google.com/ml-kit/language/translation)
## Feature List
Features that are included in this demo app:
* [Translate](https://developers.google.com/ml-kit/language/translation/android) - Translate Text with ML Kit on Android
<img src="../screenshots/translate-quickstart.png" width="256"/>
The ML Kit Translate Android Quickstart app demonstrates how to use the Translate
feature of ML Kit to translate text in your application.
## Getting Started
* Run the sample on an Android device.
* Choose the Java or Kotlin version on the initial screen.
* Type input text and press the buttons to identify languages.
* Run the sample code on your Android device or emulator
* Try extending the code to add new features and functionality
## Support
* [Stack Overflow](https://stackoverflow.com/questions/tagged/google-mlkit)
* [Documentation](https://developers.google.com/ml-kit/language/translation/android)
* [Stack Overflow](https://stackoverflow.com/questions/tagged/mlkit)
## License