Home
last modified time | relevance | path

Searched defs:SelectionOptions (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/jni/com/google/android/textclassifier/
DAnnotatorModel.java617 public static final class SelectionOptions { class in AnnotatorModel
627 private SelectionOptions( in SelectionOptions() method in AnnotatorModel.SelectionOptions
/external/libtextclassifier/native/annotator/
Dtypes.h571 struct SelectionOptions : public BaseOptions {}; struct