http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 / TranslationMatch Complex Type / MatchedOriginalText Element
In This Topic
    MatchedOriginalText Element
    In This Topic
    Description
    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.
    Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
    Type
    xs:string
    Diagram
    MatchedOriginalText Element
    Overview
    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.
    Source
    <xs:element minOccurs="0" name="MatchedOriginalText" nillable="true" type="xs:string" 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