Skip to main content

This is the base type of the translate method response payload.

Types that use TranslateResponse

Not used by any types.

Call that uses TranslateResponse

Fields

Field
Type
Description
from
The enumeration value indicates the language of the input text.
to
The enumeration value indicates the language of the translated text.
translations
array of Translation
An array showing the input and translated text. Only one input string can be translated at this time. Support for multiple continuous text strings is expected in the future.