DictionaryExampleItemOutput interface
Dictionary Example element
Properties
examples | A list of examples for the (source term, target term) pair. |
normalized |
A string giving the normalized form of the source term. Generally, this should be identical to the value of the Text field at the matching list index in the body of the request. |
normalized |
A string giving the normalized form of the target term. Generally, this should be identical to the value of the Translation field at the matching list index in the body of the request. |
Property Details
examples
A list of examples for the (source term, target term) pair.
examples: DictionaryExampleOutput[]
Property Value
normalizedSource
A string giving the normalized form of the source term. Generally, this should be identical to the value of the Text field at the matching list index in the body of the request.
normalizedSource: string
Property Value
string
normalizedTarget
A string giving the normalized form of the target term. Generally, this should be identical to the value of the Translation field at the matching list index in the body of the request.
normalizedTarget: string
Property Value
string