DictionarySearchResponse
Dictionary search result containing the requested value and its nearest candidate values.
dictionary_idDictionary Id (string)required
valueValue (string)required
candidates object[]
Array [
nameName (string)required
surface object
anyOf
- string
- null
string
scoreScore (number)required
]
DictionarySearchResponse
{
"dictionary_id": "string",
"value": "string",
"candidates": [
{
"name": "string",
"surface": "string",
"score": 0
}
]
}