http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 / TranslateArrayResponse Complex Type / OriginalTextSentenceLengths Element
In This Topic
    OriginalTextSentenceLengths Element
    In This Topic
    Description
    An array of integers indicating the length of each sentence in the original source 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 OriginalTextSentenceLengths Element
    Overview
    OriginalTextSentenceLengths optional ArrayOfint Complex Type
    An array of integers indicating the length of each sentence in the original source text. The length of the array indicates the number of sentences.
    Sequence
    int 0..∞ xs:int
    Source
    <xs:element minOccurs="0" name="OriginalTextSentenceLengths" nillable="true" type="q1:ArrayOfint" xmlns:q1="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