summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorAbodunrinwa Toki <toki@google.com>2018-11-09 13:47:59 +0000
committerAbodunrinwa Toki <toki@google.com>2018-11-09 15:00:51 +0000
commitaa750a40d4bb246bf66feba2acb38657cefcefb0 (patch)
treedd8b23300b9fb60ddacc996939c429775f3c2076 /core/java/android
parent0c9e5fe0048c5c4440c413d9df15a48a935c5d70 (diff)
Update TextClassifier javadoc.
Test: none. Change-Id: I63c73b9a453bfde0f056b8cacaef117b2be0f440
Diffstat (limited to 'core/java/android')
-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.