| Preferences Class |
Namespace: Microsoft.Bing.Speech
The Preferences type exposes the following members.
| Name | Description | |
|---|---|---|
| Preferences |
Initializes a new instance of the Preferences class.
|
| Name | Description | |
|---|---|---|
| AuthorizationProvider |
Gets the authorization provider.
| |
| EnableAudioBuffering |
Gets a value indicating whether to enable buffering of audio so that in the case of network interruption the SDK will resend the buffered audio starting from the last RecognitionResult.
| |
| ServiceUri |
Gets the speech service URI.
| |
| SpeechLanguage |
Gets the speech language in IETF language tag format as specified in BCP 47.
|
var preferences = new Preferences(locale, serviceUrl, new AuthorizationProvider("******************"));