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