summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbodunrinwa Toki <toki@google.com>2018-11-13 16:01:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-11-13 16:01:06 +0000
commit97dbb7b9684c741ad1c3718fb1cc1e62dc9457e6 (patch)
tree7e704be38339a3ef7f1f744a80c413baaf37afe6
parent0215bc8af38e1c254766e991817e984a6555dc38 (diff)
parentaa750a40d4bb246bf66feba2acb38657cefcefb0 (diff)
Merge "Update TextClassifier javadoc."
-rw-r--r--core/java/android/view/textclassifier/TextClassifier.java3
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.