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

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

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

Parameters

language
Type: SystemString

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

primaryOrSecondaryKey
Type: SystemString

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

luisAppId
Type: SystemString

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

luisSubscriptionId
Type: SystemString

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

url
Type: SystemString

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

Return Value

Type: MicrophoneRecognitionClientWithIntent

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

See Also