Home
last modified time | relevance | path

Searched defs:ClassifyText (Results 1 – 21 of 21) sorted by relevance

/external/libtextclassifier/native/annotator/person_name/
Dperson-name-engine-dummy.h43 bool ClassifyText(const std::string& context, CodepointSpan selection_indices, in ClassifyText() function
/external/libtextclassifier/native/annotator/experimental/
Dexperimental-dummy.h50 bool ClassifyText(const UnicodeText& context, CodepointSpan selection_indices, in ClassifyText() function
/external/libtextclassifier/native/annotator/installed_app/
Dinstalled-app-engine-dummy.h42 bool ClassifyText(const std::string& context, CodepointSpan selection_indices, in ClassifyText() function
/external/libtextclassifier/native/annotator/contact/
Dcontact-engine-dummy.h44 bool ClassifyText(const std::string& context, CodepointSpan selection_indices, in ClassifyText() function
/external/libtextclassifier/native/annotator/knowledge/
Dknowledge-engine-dummy.h42 Status ClassifyText(const std::string& text, CodepointSpan selection_indices, in ClassifyText() function
/external/libtextclassifier/native/annotator/vocab/
Dvocab-annotator-impl.cc81 bool VocabAnnotator::ClassifyText( in ClassifyText() function in libtextclassifier3::VocabAnnotator
/external/google-cloud-java/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/
Dgapic_metadata.json28 "ClassifyText": { object
/external/google-cloud-java/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/
Dgapic_metadata.json28 "ClassifyText": { object
/external/libtextclassifier/native/annotator/translate/
Dtranslate.cc34 bool TranslateAnnotator::ClassifyText( in ClassifyText() function in libtextclassifier3::TranslateAnnotator
/external/libtextclassifier/native/annotator/grammar/
Dgrammar-annotator.cc267 bool GrammarAnnotator::ClassifyText( in ClassifyText() function in libtextclassifier3::GrammarAnnotator
/external/libtextclassifier/native/annotator/number/
Dnumber.cc32 bool NumberAnnotator::ClassifyText( in ClassifyText() function in libtextclassifier3::NumberAnnotator
/external/libtextclassifier/native/annotator/duration/
Dduration.cc125 bool DurationAnnotator::ClassifyText( in ClassifyText() function in libtextclassifier3::DurationAnnotator
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc195 StatusOr<std::vector<Category>> NLClassifier::ClassifyText( in ClassifyText() function in tflite::task::text::nlclassifier::NLClassifier
/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc499 bool PodNerAnnotator::ClassifyText(const UnicodeText &context, in ClassifyText() function in libtextclassifier3::PodNerAnnotator
/external/googleapis/google/cloud/language/v2/
Dlanguage_service.proto61 rpc ClassifyText(ClassifyTextRequest) returns (ClassifyTextResponse) { rpc
/external/googleapis/google/cloud/language/v1/
Dlanguage_service.proto87 rpc ClassifyText(ClassifyTextRequest) returns (ClassifyTextResponse) { rpc
/external/googleapis/google/cloud/language/v1beta2/
Dlanguage_service.proto87 rpc ClassifyText(ClassifyTextRequest) returns (ClassifyTextResponse) { rpc
/external/google-cloud-java/java-language/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/
Dlanguage_service.proto82 rpc ClassifyText(ClassifyTextRequest) returns (ClassifyTextResponse) { rpc
/external/google-cloud-java/java-language/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/
Dlanguage_service.proto87 rpc ClassifyText(ClassifyTextRequest) returns (ClassifyTextResponse) { rpc
/external/libtextclassifier/native/annotator/
Dannotator.cc1746 std::vector<ClassificationResult> Annotator::ClassifyText( in ClassifyText() function in libtextclassifier3::Annotator
Dannotator_test-include.cc125 TEST_F(AnnotatorTest, ClassifyText) { in TEST_F() argument