Click or drag to resize
AdmRecoOnlyPreferences Class
A streamlined set of parameters for use for Adm and Reco situations to configure speech services.
Inheritance Hierarchy
Object
  Microsoft.CognitiveServices.SpeechRecognitionPreferences
    Microsoft.CognitiveServices.SpeechRecognitionAdmRecoOnlyPreferences

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public class AdmRecoOnlyPreferences : Preferences

The AdmRecoOnlyPreferences type exposes the following members.

Constructors
  NameDescription
Public methodAdmRecoOnlyPreferences
Initializes a new instance of the AdmRecoOnlyPreferences class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAuthenticationScheme
Public propertyAuthenticationUri
Represents the authentication service endpoint
(Inherited from Preferences.)
Public propertyClientId
The client id for the Azure account that is associated with the Speech Recognition Service.
Public propertyClientVersion
Public propertyIAASEnabled
Public propertyLocale
The locale (or location) System::String^.
(Inherited from Preferences.)
Public propertyLuisAppId
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.
Public propertyLuisSubscriptionId
Once you create a LUIS account (see https://LUIS.ai) you will be given an Subscription ID. Use that secret here.
Public propertyMicrophoneTimeout
The default microphone timeout in milliseconds. A negative value disables automatic microphone shutoff.
(Inherited from Preferences.)
Public propertyServiceUri
The Speech Recognition Service endpoint.
(Inherited from Preferences.)
Public propertyTTSEnabled
Public propertyUxAppSupport
Top
See Also