Home
last modified time | relevance | path

Searched refs:AnnotateStructuredInput (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/annotator/
Dannotator.h209 StatusOr<Annotations> AnnotateStructuredInput(
Dannotator_test-include.cc2863 classifier->AnnotateStructuredInput(string_fragments, annotation_options); in TEST_F()
2888 classifier->AnnotateStructuredInput(string_fragments, annotation_options); in VerifyInputFragmentTimestampOverridesAnnotationOptions()
2929 classifier->AnnotateStructuredInput(string_fragments, annotation_options); in VerifyInputFragmentTimezoneOverridesAnnotationOptions()
Dannotator_jni.cc770 model_context->model()->AnnotateStructuredInput(string_fragments, in TC3_JNI_METHOD()
Dannotator.cc2378 StatusOr<Annotations> Annotator::AnnotateStructuredInput( in AnnotateStructuredInput() function in libtextclassifier3::Annotator
2468 AnnotateStructuredInput(string_fragments, options); in Annotate()