http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / GetTranslationsArray Element / texts Element
In This Topic
    texts Element
    In This Topic
    Description
    A string array representing the text from an unknown language. The size of the text must not exceed 10000 characters.
    Namespace http://api.microsofttranslator.com/V2
    Type
    Diagram
    string Element Sequence texts Element
    Overview
    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 minOccurs="0" name="texts" nillable="true" type="q12:ArrayOfstring" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also