http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
Translations Element
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 > GetTranslationsResponse Complex Type : Translations Element
Description
An array of matches found, stored in TranslationMatch (see below) objects. The translations may include slight variants of the original text (fuzzy matching). The translations will be sorted: 100% matches first, fuzzy matches below.
Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
Type
ArrayOfTranslationMatch Complex Type
Diagram
TranslatedText Element Rating Element MatchedOriginalText Element MatchDegree Element Error Element Count Element Sequence TranslationMatch Element Sequence Translations Element
Overview
Translations optional ArrayOfTranslationMatch Complex Type
An array of matches found, stored in TranslationMatch (see below) objects. The translations may include slight variants of the original text (fuzzy matching). The translations will be sorted: 100% matches first, fuzzy matches below.
Sequence
Sequence
Count xs:int
The number of times this translation with this rating has been selected. The value will be 0 for the automatically translated response.
Error optional xs:string
If an error has occurred for a specific input string, the error code is stored. Otherwise the field is empty.
MatchDegree xs:int
The system matches input sentences against the store, including inexact matches. MatchDegree indicates how closely the input text matches the original text found in the store. The value returned ranges from 0 to 100, where 0 is no similarity and 100 is an exact case sensitive match.
MatchedOriginalText optional 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 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.
TranslatedText xs:string
The translated text.
Source
<xs:element minOccurs="0" name="Translations" nillable="true" type="tns:ArrayOfTranslationMatch" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo>
      <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
    </xs:appinfo>
  </xs:annotation>
</xs:element>
See Also
GetTranslationsResponse Complex Typehttp://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2