Home
last modified time | relevance | path

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

/external/libtextclassifier/native/actions/
Dactions-suggestions.cc1328 int input_text_length = 0; in GatherActionsSuggestions() local
1332 input_text_length += annotated_conversation.messages[i].text.length(); in GatherActionsSuggestions()
1347 if (input_text_length < preconditions_.min_input_length || in GatherActionsSuggestions()
1349 input_text_length > preconditions_.max_input_length)) { in GatherActionsSuggestions()