Searched defs:TextClassifier (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
H A DTextClassifier.java38 * TextClassifier acts as a proxy to either the system provided TextClassifier, or an equivalent
45 public class TextClassifier { class
49 /** Signifies that the TextClassifier did not identify an entity. */
75 /** Designates that the TextClassifier should identify all entity types it can. **/
77 /** Designates that the TextClassifier should identify no entities. **/
79 /** Designates that the TextClassifier should identify a base set of entities determined by the
80 * TextClassifier. **/
139 public List<String> getEntities(TextClassifier textClassifier) {
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifier.java54 public interface TextClassifier { interface
64 /** Specifies a TextClassifier that runs locally in the app's process. @hide */
66 /** Specifies a TextClassifier that runs in the system process and serves all apps. @hide */
69 /** The TextClassifier failed to run. */
149 * No-op TextClassifier.
150 * This may be used to turn off TextClassifier features.
152 TextClassifier NO_OP = new TextClassifier() {};
160 * <p><strong>NOTE: </strong>If a TextClassifier has been destroyed, calls to this method should
179 * <p><strong>NOTE: </strong>If a TextClassifier ha
[all...]

Completed in 2121 milliseconds