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 / MatchDegree Element
In This Topic
    MatchDegree Element
    In This Topic
    Description
    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.
    Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
    Type
    xs:int
    Diagram
    MatchDegree Element
    Overview
    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.
    Source
    <xs:element name="MatchDegree" type="xs:int" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also