customSpeechToText property

SpeechToText? customSpeechToText
final

The instance of SpeechToText for speech recognition.

If null, will be created default one. Use speechEngine getter to access this field.

Implementation

final SpeechToText? customSpeechToText;