본문으로 건너뛰기

DictionarySearchRequest

Preview request for value-linking search — POST /semantic/dictionaries/{id}/search.

valueValue (string)필수

Value surface form to search

Possible values: non-empty

top_kTop K (integer)

Possible values: >= 1 and <= 100

기본값: 10
DictionarySearchRequest
{
"value": "string",
"top_k": 10
}