Home
last modified time | relevance | path

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

/external/libtextclassifier/actions/
Dactions-suggestions.cc1339 int input_text_length = 0; in GatherActionsSuggestions() local
1343 input_text_length += conversation.messages[i].text.length(); in GatherActionsSuggestions()
1357 if (input_text_length < preconditions_.min_input_length || in GatherActionsSuggestions()
1359 input_text_length > preconditions_.max_input_length)) { in GatherActionsSuggestions()