http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 / TranslateArray2Response Complex Type / TranslatedTextSentenceLengths Element
In This Topic
    TranslatedTextSentenceLengths Element
    In This Topic
    Description
    An array of integers indicating the length of each sentence in the translated text. The length of the array indicates the number of sentences.
    Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
    Type
    Diagram
    int Element Sequence TranslatedTextSentenceLengths Element
    Overview
    TranslatedTextSentenceLengths optional ArrayOfint Complex Type
    An array of integers indicating the length of each sentence in the translated text. The length of the array indicates the number of sentences.
    Sequence
    int 0..∞ xs:int
    Source
    <xs:element minOccurs="0" name="TranslatedTextSentenceLengths" nillable="true" type="q4:ArrayOfint" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    See Also