http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / AddTranslationArray Element / translations Element
In This Topic
    translations Element
    In This Topic
    Description
    An array of translations to add to translation memory. Each translation must contain: originalText, translatedText, rating. The size of each originalText and translatedText is limited to 1000 chars. The total of all the originalText(s) and translatedText(s) must not exceed 10000 characters. The maximum number of array elements is 100.
    Namespace http://api.microsofttranslator.com/V2
    Type
    Diagram
    TranslatedText Element Sequence Element Rating Element OriginalText Element Sequence Translation Element Sequence translations Element
    Overview
    translations optional ArrayOfTranslation Complex Type
    An array of translations to add to translation memory. Each translation must contain: originalText, translatedText, rating. The size of each originalText and translatedText is limited to 1000 chars. The total of all the originalText(s) and translatedText(s) must not exceed 10000 characters. The maximum number of array elements is 100.
    Sequence
    Sequence
    OriginalText xs:string
    Original text that was matched for this result. Only returned if the matched original text was different than the input text. Used to return the source text of a fuzzy match. Not returned for Microsoft Translator results.
    Rating optional xs:int
    Indicates the authority of the person making the quality decision. Machine Translation results will have a rating of 5. Anonymously provided translations will generally have a rating of 1 to 4, whilst authoritatively provided translations will generally have a rating of 6 to 10.
    Sequence optional xs:int
    TranslatedText xs:string
    The translated text.
    Source
    <xs:element minOccurs="0" name="translations" nillable="true" type="q10:ArrayOfTranslation" xmlns:q10="http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also