confidence property

double confidence
final

The confidence that the recognizedWords are correct.

Confidence is expressed as a value between 0 and 1. 0 means that the confidence value was not available. Use isConfident which will ignore 0 values automatically.

Implementation

final double confidence;