Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 346441329
Change-Id: Ie73b196ec361d5d26b975ac0c3d7de93b77df845
  • Loading branch information
Google ML Kit authored and Yun Liu committed Dec 9, 2020
1 parent b49e9c6 commit 0dfa886
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 42 deletions.
6 changes: 4 additions & 2 deletions android/digitalink/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
24 changes: 10 additions & 14 deletions android/langid/README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
# ML Kit Language ID Quickstart Sample App
# ML Kit Language ID Quickstart

## 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

## Getting Started
## Introduction

* 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.
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.

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

* 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

Expand Down
22 changes: 10 additions & 12 deletions android/smartreply/README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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

Expand Down
23 changes: 9 additions & 14 deletions android/translate/README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
# ML Kit Translate Quickstart Sample App
# ML Kit Translation Quickstart

## 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)
* [Read more about ML Kit Translation](https://developers.google.com/ml-kit/language/translation)

## Introduction

## 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

Expand Down

0 comments on commit 0dfa886

Please sign in to comment.