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