v4

latestSwagger 2.02026-07-1371563.0 KB
DictionaryExamples

Provides examples that show how terms in the dictionary are used in context. This operation is used in tandem with Dictionary lookup.

post/Dictionary/Examples

Query parameters

api-versionstring required

Version of the API requested by the client. Value must be 3.0.

fromstring required

Specifies the language of the input text. The source language must be one of the supported languages included in the dictionary scope.

tostring required

Specifies the language of the output text. The target language must be one of the supported languages included in the dictionary scope.

Headers

X-ClientTraceIdstring

A client-generated GUID to uniquely identify the request. Note that you can omit this header if you include the trace ID in the query string using a query parameter named ClientTraceId.

Request body

textstring
translationstring

Example request

[
  {
    "text": "bug",
    "translation": "bicho"
  }
]

Response

Success

normalizedSourcestring
normalizedTargetstring