TextSegmentationEnhancement constructor

TextSegmentationEnhancement()

Initialise this enhancement with the hardset parameters.

Implementation

TextSegmentationEnhancement()
    : super(
        field: SentenceField.instance,
        uniqueKey: key,
        label: 'Text Segmentation',
        description: 'Search or select a new term from segmented text.',
        icon: Icons.account_tree,
      );