diff options
-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. |