added in API level 26
android.view.textclassifier
Interfaces
| TextClassifier | Interface for providing text classification related features. |
Classes
| TextClassification | Information for generating a widget to handle classified text. |
| TextClassification.Builder |
Builder for building TextClassification objects.
|
| TextClassification.Options | Optional input parameters for generating TextClassification. |
| TextClassificationManager | Interface to the text classification service. |
| TextClassifier.EntityConfig | Configuration object for specifying what entities to identify. |
| TextLinks | A collection of links, representing subsequences of text and the entity types (phone number, address, url, etc) they may be. |
| TextLinks.Builder | A builder to construct a TextLinks instance. |
| TextLinks.Options | Optional input parameters for generating TextLinks. |
| TextLinks.TextLink | A link, identifying a substring of text and possible entity types for it. |
| TextLinks.TextLinkSpan | A ClickableSpan for a TextLink. |
| TextSelection | Information about where text selection should be. |
| TextSelection.Builder |
Builder used to build TextSelection objects.
|
| TextSelection.Options | Optional input parameters for generating TextSelection. |
Interfaces
Classes

