본문으로 건너뛰기

DictionarySearchResponse

Dictionary search result containing the requested value and its nearest candidate values.

dictionary_idDictionary Id (string)필수
valueValue (string)필수
candidates object[]
  • Array [
  • nameName (string)필수
    surface object
    하나 이상(anyOf)
    string
    scoreScore (number)필수
  • ]
  • DictionarySearchResponse
    {
    "dictionary_id": "string",
    "value": "string",
    "candidates": [
    {
    "name": "string",
    "surface": "string",
    "score": 0
    }
    ]
    }