Click or drag to resize
SpeechRecognitionServiceFactoryCreateDataClientWithIntent Method (String, String, String, String)

[Missing <summary> documentation for "M:MicrosoftProjectOxford.SpeechRecognitionServiceFactory.CreateDataClientWithIntent(System.String,System.String,System.String,System.String)"]

Namespace: MicrosoftProjectOxford
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public static DataRecognitionClientWithIntent CreateDataClientWithIntent(
	string language,
	string primaryOrSecondaryKey,
	string luisAppId,
	string luisSubscriptionId
)

Parameters

language
Type: SystemString

[Missing <param name="language"/> documentation for "M:MicrosoftProjectOxford.SpeechRecognitionServiceFactory.CreateDataClientWithIntent(System.String,System.String,System.String,System.String)"]

primaryOrSecondaryKey
Type: SystemString

[Missing <param name="primaryOrSecondaryKey"/> documentation for "M:MicrosoftProjectOxford.SpeechRecognitionServiceFactory.CreateDataClientWithIntent(System.String,System.String,System.String,System.String)"]

luisAppId
Type: SystemString

[Missing <param name="luisAppId"/> documentation for "M:MicrosoftProjectOxford.SpeechRecognitionServiceFactory.CreateDataClientWithIntent(System.String,System.String,System.String,System.String)"]

luisSubscriptionId
Type: SystemString

[Missing <param name="luisSubscriptionId"/> documentation for "M:MicrosoftProjectOxford.SpeechRecognitionServiceFactory.CreateDataClientWithIntent(System.String,System.String,System.String,System.String)"]

Return Value

Type: DataRecognitionClientWithIntent

[Missing <returns> documentation for "M:MicrosoftProjectOxford.SpeechRecognitionServiceFactory.CreateDataClientWithIntent(System.String,System.String,System.String,System.String)"]

See Also