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)init
Return 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 *ClientId
Discussion
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 *ClientSecret
Discussion
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 *LuisAppId
Discussion
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 *LuisSubscriptionId
Discussion
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 *AuthenticationScheme
Discussion
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 UxAppSupport
Discussion
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 IAASEnabled
Discussion
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 TTSEnabled
Discussion
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 *ClientVersion
Discussion
Gets or sets the client version
Declared In
AdmRecoOnlyPreferences.mm