confidenceThreshold property
Confidence threshold, from 0 to 100+. Hint: Default value is 50. Lower threshold can increase number of false detection.
throws DocumentException An error has occurred during Document Library execution.
Implementation
int get confidenceThreshold => getConfidenceThreshold();
Implementation
set confidenceThreshold(int value) => setConfidenceThreshold(value);