confidenceValue property
read / write
The confidence value describes how confident the OCR engine was when detecting the letters and words.
Implementation
// Ranges from 0.0 (not confident) to 100.0 (very confident).
double? confidenceValue;