diff options
author | Abodunrinwa Toki <toki@google.com> | 2018-11-13 16:01:06 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-11-13 16:01:06 +0000 |
commit | 97dbb7b9684c741ad1c3718fb1cc1e62dc9457e6 (patch) | |
tree | 7e704be38339a3ef7f1f744a80c413baaf37afe6 | |
parent | 0215bc8af38e1c254766e991817e984a6555dc38 (diff) | |
parent | aa750a40d4bb246bf66feba2acb38657cefcefb0 (diff) |
Merge "Update TextClassifier javadoc."
-rw-r--r-- | core/java/android/view/textclassifier/TextClassifier.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/view/textclassifier/TextClassifier.java b/core/java/android/view/textclassifier/TextClassifier.java index e6757448b5bb..524f70939398 100644 --- a/core/java/android/view/textclassifier/TextClassifier.java +++ b/core/java/android/view/textclassifier/TextClassifier.java @@ -48,6 +48,9 @@ import java.util.Set; /** * Interface for providing text classification related features. + * <p> + * The TextClassifier may be used to understand the meaning of text, as well as generating predicted + * next actions based on the text. * * <p><strong>NOTE: </strong>Unless otherwise stated, methods of this interface are blocking * operations. Call on a worker thread. |