AdmRecoOnlyPreferences Class Reference
| Inherits from | Preferences : NSObject |
|---|---|
| Declared in | AdmRecoOnlyPreferences.mm SpeechRecognitionService.h |
Overview
A streamlined set of parameters for use for Adm and Reco situations to configure speech services.
Other Methods
– init
Initializes this instance
- (id)initReturn Value
This instance
Discussion
Initializes this instance
Declared In
AdmRecoOnlyPreferences.mm
Other Methods
ClientId
Gets or sets the Azure clientId to set.
@property (nonatomic, copy) NSString *ClientIdDiscussion
Gets or sets the Azure clientId to set.
Declared In
SpeechRecognitionService.h
ClientSecret
Gets or sets the Azure client secret to set.
@property (nonatomic, copy) NSString *ClientSecretDiscussion
Gets or sets the Azure client secret to set.
Declared In
SpeechRecognitionService.h
LuisAppId
Gets or sets the LUIS application identifier. Once you have configured the LUIS service to create and publish
@property (nonatomic, copy) NSString *LuisAppIdDiscussion
Gets or sets the LUIS application identifier. 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.
Declared In
SpeechRecognitionService.h
LuisSubscriptionId
Gets or sets the LUIS subscription identifier. Once you create a LUIS account (see https://LUIS.ai)
@property (nonatomic, copy) NSString *LuisSubscriptionIdDiscussion
Gets or sets the LUIS subscription identifier. Once you create a LUIS account (see https://LUIS.ai)
you will be given an Subscription ID. Use that secret here.
Declared In
SpeechRecognitionService.h
Extension Methods
AuthenticationScheme
Gets or sets the authentication scheme
@property (nonatomic, readwrite, assign) NSString *AuthenticationSchemeDiscussion
Gets or sets the authentication scheme
Declared In
AdmRecoOnlyPreferences.mm
UxAppSupport
Gets or sets a flag that indicates whether UX application support is enabled
@property (nonatomic, readwrite, assign) Boolean UxAppSupportDiscussion
Gets or sets a flag that indicates whether UX application support is enabled
Declared In
AdmRecoOnlyPreferences.mm
IAASEnabled
Gets or sets a flag that indicates whether Azure Intelligent API support is enabled
@property (nonatomic, readwrite, assign) Boolean IAASEnabledDiscussion
Gets or sets a flag that indicates whether Azure Intelligent API support is enabled
Declared In
AdmRecoOnlyPreferences.mm
TTSEnabled
Gets or sets a flag that indicates whether text-to-speech support is enabled
@property (nonatomic, readwrite, assign) Boolean TTSEnabledDiscussion
Gets or sets a flag that indicates whether text-to-speech support is enabled
Declared In
AdmRecoOnlyPreferences.mm
ClientVersion
Gets or sets the client version
@property (nonatomic, readwrite, assign) NSString *ClientVersionDiscussion
Gets or sets the client version
Declared In
AdmRecoOnlyPreferences.mm