AzureSpeechRecognitionService constructor
AzureSpeechRecognitionService({
- required TextEditingController textController,
- required String localeId,
- required String azureKey,
- required String azureRegion,
- required bool micOn,
Implementation
AzureSpeechRecognitionService({
required this.textController,
required String localeId,
required String azureKey,
required String azureRegion,
required this.micOn,
}) :_localeId = localeId,
_azureKey = azureKey,
_azureRegion = azureRegion{
_initializeWithRetry();
}