| PreferencesAuthenticationUri Property |
Represents the authentication service endpoint
Namespace: Microsoft.CognitiveServices.SpeechRecognitionAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntaxpublic string AuthenticationUri { get; set; }Public Property AuthenticationUri As String
Get
Set
public:
property String^ AuthenticationUri {
String^ get ();
void set (String^ value);
}member AuthenticationUri : string with get, set
Property Value
Type:
String
See Also