JMdictGloss: {
    gender: JMdictGender | null;
    lang: Language3Letter;
    text: string;
    type: JMdictGlossType | null;
}

Translation of a word

Type declaration

  • gender: JMdictGender | null

    Gender. Typically, for a noun in the target language. When null, the gender is either not relevant or hasn't been provided.

  • lang: Language3Letter

    Language of this translation

  • text: string

    A translation word/phrase

  • type: JMdictGlossType | null

    export type of translation. Most words have null values, meaning this attribute was absent in the original XML entry. Jmdict documentation does not describe the meaning of this attribute being absent.

Generated using TypeDoc