AdmRecoOnlyPreferencesClientSecret Property |
The client secret provided when signing up for Speech Recognition Service in the Azure marketplace.
Namespace: Microsoft.ProjectOxford.SpeechRecognitionAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntaxpublic string ClientSecret { get; set; }
Public Property ClientSecret As String
Get
Set
public:
property String^ ClientSecret {
String^ get ();
void set (String^ value);
}
member ClientSecret : string with get, set
Property Value
Type:
String
See Also