BreakSentenceItemOutput interface

Item containing break sentence result.

Properties

detectedLanguage

The detectedLanguage property is only present in the result object when language auto-detection is requested.

sentLen

An integer array representing the lengths of the sentences in the input text. The length of the array is the number of sentences, and the values are the length of each sentence.

Property Details

detectedLanguage

The detectedLanguage property is only present in the result object when language auto-detection is requested.

detectedLanguage?: DetectedLanguageOutput

Property Value

sentLen

An integer array representing the lengths of the sentences in the input text. The length of the array is the number of sentences, and the values are the length of each sentence.

sentLen: number[]

Property Value

number[]