DictionaryLookupItemOutput interface

Dictionary Lookup Element

Properties

displaySource

A string giving the source term in a form best suited for end-user display. For example, if the input is "JOHN", the display form will reflect the usual spelling of the name: "John".

normalizedSource

A string giving the normalized form of the source term. For example, if the request is "JOHN", the normalized form will be "john". The content of this field becomes the input to lookup examples.

translations

A list of translations for the source term.

Property Details

displaySource

A string giving the source term in a form best suited for end-user display. For example, if the input is "JOHN", the display form will reflect the usual spelling of the name: "John".

displaySource: string

Property Value

string

normalizedSource

A string giving the normalized form of the source term. For example, if the request is "JOHN", the normalized form will be "john". The content of this field becomes the input to lookup examples.

normalizedSource: string

Property Value

string

translations

A list of translations for the source term.

translations: DictionaryTranslationOutput[]

Property Value