detection_threshold_percent property

detection_threshold_percent property

Detection threshold percentage for partial extraction (0-100). Default is 75.

Definition:

@property
def detection_threshold_percent(self):
    ...
@detection_threshold_percent.setter
def detection_threshold_percent(self, value):
    ...

See Also