naturalLanguages property
ISO language codes that adjust settings that are useful for processing natural language queries (as opposed to keyword searches): - Sets removeStopWords
and ignorePlurals
to the list of provided languages. - Sets removeWordsIfNoResults
to allOptional
. - Adds a natural_language
attribute to ruleContexts
and analyticsTags
.
Implementation
@JsonKey(name: r'naturalLanguages')
final List<SupportedLanguage>? naturalLanguages;