Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dannotator_jni.cc135 const std::string& serialized_knowledge_result_string = in ClassificationResultWithIntentsToJObject() local
137 if (!serialized_knowledge_result_string.empty()) { in ClassificationResultWithIntentsToJObject()
139 env->NewByteArray(serialized_knowledge_result_string.size()); in ClassificationResultWithIntentsToJObject()
141 serialized_knowledge_result_string.size(), in ClassificationResultWithIntentsToJObject()
143 serialized_knowledge_result_string.data())); in ClassificationResultWithIntentsToJObject()