Method | /V2/Soap.svc/TranslateArray2 |
Description
Translates an array of text strings from one language to another.
Request (LanguageService_TranslateArray2_InputMessage)
The request body is of type TranslateArray2.
Request Body Parameters
Name | Description | Data Type |
---|---|---|
appId | xml:string | |
texts | ArrayOfstring | |
from | xml:string | |
to | xml:string | |
options | TranslateOptions |

Overview
![]() |
|
Response (LanguageService_TranslateArray2_OutputMessage)
The response body is of type TranslateArray2Response.
A string representing the translated text. If you previously use AddTranslation or AddTranslationArray to enter a translation with a rating of 5 or higher for the same source sentence, Translate returns only the top choice that is available to your system. The "same source sentence" means the exact same (100% matching), except for capitalization, white space, tag values, and punctuation at the end of a sentence. If no rating is stored with a rating of 5 or above then the returned result will be the automatic translation by Microsoft Translator.Response Body Parameters
Name | Description | Data Type |
---|---|---|
TranslateArray2Result | ArrayOfTranslateArray2Response |

Overview
![]() |
|
See Also