BreakSentenceItemOutput interface
Item containing break sentence result.
Properties
detected |
The detectedLanguage property is only present in the result object when language auto-detection is requested. |
sent |
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[]