v3

latestSwagger 2.02026-07-1363357.2 KB

Lookup Dictionary Examples

Lookup Dictionary Examples

post/dictionary/examples

Query parameters

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.

api-versionstring required

Mandatory API version parameter

Headers

X-ClientTraceIdstring

A client-generated GUID to uniquely identify the request.

Request body

textstring required

Text to translate.

Response

Response for the dictionary examples API.

normalizedSourcestring required

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.

normalizedTargetstring required

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.