confidenceValue property

double? confidenceValue
getter/setter pair

The confidence value describes how confident the OCR engine was when detecting the letters and words. Ranges from 0.0 (not confident) to 100.0 (very confident).

Implementation

double? confidenceValue;