Home
last modified time | relevance | path

Searched refs:AnnotationUsecase (Results 1 – 13 of 13) sorted by relevance

/external/libtextclassifier/annotator/
Dannotator.h49 const AnnotationUsecase ANNOTATION_USECASE_SMART =
51 const AnnotationUsecase ANNOTATION_USECASE_RAW =
63 AnnotationUsecase annotation_usecase = ANNOTATION_USECASE_SMART;
90 AnnotationUsecase annotation_usecase = ANNOTATION_USECASE_SMART;
125 AnnotationUsecase annotation_usecase = ANNOTATION_USECASE_SMART;
308 AnnotationUsecase annotation_usecase,
320 AnnotationUsecase annotation_usecase,
433 AnnotationUsecase annotation_usecase,
Dannotator_jni_common.cc87 static_cast<AnnotationUsecase>(status_or_annotation_usecase.second); in FromJavaOptionsInternal()
115 static_cast<AnnotationUsecase>(status_or_annotation_usecase.second); in FromJavaSelectionOptions()
Dmodel.fbs41 enum AnnotationUsecase : int {
293 // This is a flag field for values of AnnotationUsecase.
641 // This is a flag field for values of AnnotationUsecase.
Dannotator.cc841 AnnotationUsecase annotation_usecase, in ResolveConflicts()
877 bool DoSourcesConflict(AnnotationUsecase annotation_usecase, in DoSourcesConflict()
915 int end_index, AnnotationUsecase annotation_usecase, in ResolveConflict()
2322 AnnotationUsecase annotation_usecase, in DatetimeChunk()
/external/libtextclassifier/annotator/datetime/
Dparser.h50 ModeFlag mode, AnnotationUsecase annotation_usecase,
57 ModeFlag mode, AnnotationUsecase annotation_usecase,
82 ModeFlag mode, AnnotationUsecase annotation_usecase,
Dparser_test.cc67 AnnotationUsecase annotation_usecase = in HasNoResult()
84 AnnotationUsecase annotation_usecase = in ParsesCorrectly()
157 AnnotationUsecase annotation_usecase = in ParsesCorrectly()
Dparser.cc116 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in Parse()
126 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in FindSpansUsingLocales()
166 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in Parse()
/external/libtextclassifier/java/com/google/android/textclassifier/
DAnnotatorModel.java49 public static enum AnnotationUsecase { enum in AnnotatorModel
61 AnnotationUsecase(int value) { in AnnotationUsecase() method in AnnotatorModel.AnnotationUsecase
402 this(locales, detectedTextLanguageTags, AnnotationUsecase.SMART.getValue()); in SelectionOptions()
450 AnnotationUsecase.SMART.getValue()); in ClassificationOptions()
513 AnnotationUsecase.SMART.getValue(), in AnnotationOptions()
/external/libtextclassifier/annotator/number/
Dnumber.h51 AnnotationUsecase annotation_usecase,
56 AnnotationUsecase annotation_usecase,
Dnumber.cc29 AnnotationUsecase annotation_usecase, in ClassifyText()
50 AnnotationUsecase annotation_usecase, in FindAll()
/external/libtextclassifier/annotator/duration/
Dduration.h74 AnnotationUsecase annotation_usecase,
79 AnnotationUsecase annotation_usecase,
Dduration.cc83 AnnotationUsecase annotation_usecase, in ClassifyText()
109 AnnotationUsecase annotation_usecase, in FindAll()
/external/libtextclassifier/actions/
Dactions_model.fbs319 annotation_usecase:AnnotationUsecase = ANNOTATION_USECASE_SMART;