Added
- Added
MODEL_TYPE
option totranslateText()
to use models with higher
translation quality (available for some language pairs), or better latency.
Options are'quality_optimized'
,'latency_optimized'
, and'prefer_quality_optimized'
- Added the
$modelTypeUsed
field totranslateText()
response, that
indicates the translation model used when theMODEL_TYPE
option is
specified.