SpeechToTextProvider constructor

SpeechToTextProvider(
  1. SpeechToText _speechToText
)

Only construct one instance in an application.

Do not call initialize on the SpeechToText that is passed as a parameter, instead call the initialize method on this class.

Implementation

SpeechToTextProvider(this._speechToText);