hasRecognized property

bool hasRecognized

True if words have been recognized during the current listen call.

Goes false as soon as cancel is called.

Implementation

bool get hasRecognized => _recognized;