Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator_jni.cc148 const std::string& serialized_knowledge_result_string = in ClassificationResultWithIntentsToJObject() local
150 if (!serialized_knowledge_result_string.empty()) { in ClassificationResultWithIntentsToJObject()
153 env, serialized_knowledge_result_string.size())); in ClassificationResultWithIntentsToJObject()
156 serialized_knowledge_result_string.size(), in ClassificationResultWithIntentsToJObject()
158 serialized_knowledge_result_string.data()))); in ClassificationResultWithIntentsToJObject()