hasConfidenceRating property
bool
get
hasConfidenceRating
true if confidence is not the SpeechRecognitionWords.missingConfidence value, false otherwise.
Implementation
bool get hasConfidenceRating =>
alternates.isNotEmpty ? alternates.first.hasConfidenceRating : false;