naturalLanguages property
Changes the default values of parameters that work best for a natural language query, such as ignorePlurals
, removeStopWords
, removeWordsIfNoResults
, analyticsTags
, and ruleContexts
. These parameters work well together when the query consists of fuller natural language strings instead of keywords, for example when processing voice search queries.
Implementation
@JsonKey(name: r'naturalLanguages')
final List<String>? naturalLanguages;