http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / TranslateResponse Element
In This Topic
    TranslateResponse Element
    In This Topic
    Namespace http://api.microsofttranslator.com/V2
    Diagram
    TranslateResult Element Sequence TranslateResponse Element
    Overview
    Sequence
    TranslateResult optional xs:string
    Source
    <xs:element name="TranslateResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="TranslateResult" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also