HTTP
To start using the HTTP interface for the Microsoft Translator service all you send an xml request to the appropriate http://api.microsofttranslator.com/V2/HTTP.svc URL and then parse the returned REST response, the translator API will handle the heavy lifting and pass the results of the method back in the format of the REST response.
By parsing this response you can extract the results of the method call.
Public Methods
| Name | Description |
|---|---|
|
Adds a translation to the translation memory. | |
|
Adds an array of translations to the translation memory. | |
|
Returns an array of sentence lengths for each sentence of the given text. | |
|
Detects the language of a selection of text. | |
|
Detects the language of an array of strings. | |
|
Obtains a list of the languages supported by the Translator Service. | |
|
Obtains a list of the language codes supported by the Translator Service for speech synthesis. | |
|
Obtains a list of the language codes supported by the Translator Service. | |
|
Returns an array of alternative translations of the given text. | |
|
Returns an array of alternative translations of the passed array of text. | |
|
Returns a string with a URL to a wave stream of the passed in text in desired language. | |
|
Transforms the input text into a normalized form. The function currently works only with English input. | |
|
Converts a text string from one language to another. | |
|
Translates an array of texts into another language. |