grammaticalFeatures property

Iterable<String>? grammaticalFeatures
final

A comma-separated list of grammaticalFeatures ids to match on.

The filter keeps all the senses and subsenses in the response whose grammaticalFeatures "id" matches the values in the grammaticalFeatures parameter.

The available registers for a given language (or language pair) can be obtained from the /registers/ endpoint.

If grammaticalFeatures is null variants with any grammaticalFeatures are returned.

Implementation

final Iterable<String>? grammaticalFeatures;