partOfSpeeches property

Set<PartOfSpeech>? partOfSpeeches
final

Part-of-speech information about the JMDictEntry/SenseElement. Should use appropriate entity codes. In general where there are multiple senses in an entry, the part-of-speech of an earlier sense will apply to later SenseElements unless there is a new part-of-speech indicated.

Quoted from JMdict:159-162

Implementation

final Set<PartOfSpeech>? partOfSpeeches;