http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / DetectArray Element
In This Topic
    DetectArray Element
    In This Topic
    Namespace http://api.microsofttranslator.com/V2
    Diagram
    string Element Sequence texts Element appId Element Sequence DetectArray Element
    Overview
    Sequence
    appId optional xs:string
    A string containing "Bearer" + " " + access token.
    texts optional ArrayOfstring Complex Type
    A string array representing the text from an unknown language. The size of the text must not exceed 10000 characters.
    Sequence
    string 0..∞ xs:string
    Source
    <xs:element name="DetectArray" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="appId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="texts" nillable="true" type="q2:ArrayOfstring" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also