decompoundQuery property

  1. @JsonKey(name: r'decompoundQuery')
bool? decompoundQuery
final

Whether to split compound words into their building blocks. For more information, see Word segmentation. Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian.

Implementation

@JsonKey(name: r'decompoundQuery')
final bool? decompoundQuery;