BrokenSentence constructor
const
BrokenSentence({})
Implementation
const BrokenSentence({
required this.text,
required this.sentLen,
required this.segments,
this.detectedLanguage,
});
const BrokenSentence({
required this.text,
required this.sentLen,
required this.segments,
this.detectedLanguage,
});