| Name | Type | Description | Notes |
|---|---|---|---|
| word | Option<String> | The word being defined (remains in word_language) | [optional] |
| primary_meaning | Option<models::TranslateDictionary200ResponseDefinitionPrimaryMeaning> | [optional] | |
| secondary_meanings | Option<Vecmodels::TranslateDictionary200ResponseDefinitionSecondaryMeaningsInner> | Secondary or less common meanings | [optional] |
| examples | Option<Vec> | Example sentences showing usage (remains in word_language, but includes translations in parentheses when word_language differs from definition_language) | [optional] |
| pronunciation | Option<String> | Phonetic pronunciation of the word in its original language (if available) | [optional] |
| etymology | Option<String> | Information about word origin (translated to definition_language if available) | [optional] |
| notes | Option<String> | Brief usage notes, cultural context, or helpful tips for language learners (translated to definition_language) | [optional] |
| temporal_trend | Option<String> | Optional usage trend indicator. Always in English as an enum value. Only provided when trend data is clear and meaningful. | [optional] |
| gender | Option<String> | Grammatical gender for nouns in languages that have gender. Always in English as an enum value. Only included for nouns in gendered languages. | [optional] |
| plural | Option<String> | Plural form of the word (remains in word_language). Only included for irregular or non-standard plurals. | [optional] |
| conjugation_notes | Option<String> | Brief notes about verb conjugation irregularities (remains in word_language). Only included for verbs with notable irregularities. | [optional] |
| related_words | Option<Vec> | Related words from the same root or word family (remains in word_language) | [optional] |