http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
ArrayOfTranslation Complex Type
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 : ArrayOfTranslation Complex Type
Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
Diagram
TranslatedText Element Sequence Element Rating Element OriginalText Element Sequence Translation Element Sequence ArrayOfTranslation Complex Type
Overview
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.
Used By
translations Element
ArrayOfTranslation Element
Source
<xs:complexType name="ArrayOfTranslation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="Translation" nillable="true" type="tns:Translation" />
  </xs:sequence>
</xs:complexType>
See Also
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2