http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / GetLanguagesForSpeakResponse Element
In This Topic
    GetLanguagesForSpeakResponse Element
    In This Topic
    Namespace http://api.microsofttranslator.com/V2
    Diagram
    string Element Sequence GetLanguagesForSpeakResult Element Sequence GetLanguagesForSpeakResponse Element
    Overview
    Source
    <xs:element name="GetLanguagesForSpeakResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="GetLanguagesForSpeakResult" nillable="true" type="q6:ArrayOfstring" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also