hasConfidenceRating property

bool get hasConfidenceRating

true if confidence is not the missingConfidence value, false otherwise.

Implementation

bool get hasConfidenceRating => confidence != missingConfidence;