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