Currently, the userDataFolder given to the CoreWebView2Environment object used with the WebView2 speech recognizer is hardcoded to a specific folder.
Add an option to allow the developer to set the userDataFolder manually in the default WebView2SpeechRecognizer. Or at the least to respect the
WEBVIEW2_USER_DATA_FOLDER environment variable which is used when the userDataFolder parameter is not used.