| PreferencesSpeechLanguage Property |
Gets the speech language in IETF language tag format as specified in
BCP 47.
Namespace:
Microsoft.Bing.Speech
Assembly:
Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntaxpublic string SpeechLanguage { get; }Public ReadOnly Property SpeechLanguage As String
Get
public:
property String^ SpeechLanguage {
String^ get ();
}member SpeechLanguage : string with get
Property Value
Type:
String
RemarksThe language/locale code of the audio e.g. en-US for U.S. English.
See Also