http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 / GetTranslationsResponse Element
In This Topic
    GetTranslationsResponse Element
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
    Type
    Diagram
    TranslatedText Element Rating Element MatchedOriginalText Element MatchDegree Element Error Element Count Element Sequence TranslationMatch Element Sequence Translations Element State Element From Element Sequence GetTranslationsResponse Element
    Overview
    Sequence
    From optional xs:string
    If the method did not specify a From language, this will be the result of auto language detection. Otherwise it will be the given From language.
    State optional xs:string
    User state to help correlate request and response. Contains the same value as given in the TranslateOptions parameter.
    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 name="GetTranslationsResponse" nillable="true" type="tns:GetTranslationsResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also