scoreThreshold property

  1. @override
double? get scoreThreshold
override

If set, establishes a minimum score and leads to the rejection of any categories with lower score values.

Implementation

@override
double? get scoreThreshold => throw UnimplementedError();