classifierOptions property

  1. @override
ClassifierOptions get classifierOptions
override

Contains parameter options for how this classifier should behave, including allow and denylists, thresholds, maximum results, etc.

See also:

  • BaseClassifierOptions for each available field.

Implementation

@override
ClassifierOptions get classifierOptions => throw UnimplementedError();