AdmRecoOnlyPreferences Class |
Namespace: Microsoft.ProjectOxford.SpeechRecognition
public class AdmRecoOnlyPreferences : Preferences
The AdmRecoOnlyPreferences type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdmRecoOnlyPreferences | Initializes a new instance of the AdmRecoOnlyPreferences class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AuthenticationScheme | |
![]() | ClientId |
The client id for the Azure account that is associated with the Speech Recognition Service.
|
![]() | ClientSecret |
The client secret provided when signing up for Speech Recognition Service in the Azure marketplace.
|
![]() | ClientVersion | |
![]() | IAASEnabled | |
![]() | Locale |
The locale (or location) System::String^.
(Inherited from Preferences.) |
![]() | LuisAppId |
Once you have configured the LUIS service to create and publish an intent model (see https://LUIS.ai)
you will be given an Application ID guid. Use that GUID here.
|
![]() | LuisSubscriptionId |
Once you create a LUIS account (see https://LUIS.ai)
you will be given an Subscription ID. Use that secret here.
|
![]() | MicrophoneTimeout |
The default microphone timeout in milliseconds. A negative value disables automatic microphone shutoff.
(Inherited from Preferences.) |
![]() | ServiceUri |
The Speech Recognition Service endpoint.
(Inherited from Preferences.) |
![]() | TTSEnabled | |
![]() | UxAppSupport |