http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / BreakSentences Element
In This Topic
    BreakSentences Element
    In This Topic
    Namespace http://api.microsofttranslator.com/V2
    Diagram
    language Element text Element appId Element Sequence BreakSentences Element
    Overview
    Sequence
    appId optional xs:string
    A string containing "Bearer" + " " + access token.
    text optional xs:string
    A string representing the text to split into sentences. The size of the text must not exceed 10000 characters.
    language optional xs:string
    A string representing the language code of input text.
    Source
    <xs:element name="BreakSentences" 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="text" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="language" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also