lastRecognizedWords property

String lastRecognizedWords

The last set of recognized words received.

This is maintained across cancel calls but cleared on the next listen.

Implementation

String get lastRecognizedWords => _lastRecognized;