DialogServiceConnector Konstruktoren

Definition

Überlädt

DialogServiceConnector(DialogServiceConfig)

Erstellt einen Dialogdienstconnector mithilfe der Standardmikrofoneingabe für eine angegebene Dialogdienstkonfiguration.

DialogServiceConnector(DialogServiceConfig, AudioConfig)

Erstellt einen Dialogdienstconnector mithilfe des angegebenen Dialogfelds und der angegebenen Audiokonfiguration.

DialogServiceConnector(DialogServiceConfig)

Erstellt einen Dialogdienstconnector mithilfe der Standardmikrofoneingabe für eine angegebene Dialogdienstkonfiguration.

public DialogServiceConnector (Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConfig config);
new Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConnector : Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConfig -> Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConnector
Public Sub New (config As DialogServiceConfig)

Parameter

config
DialogServiceConfig

Dialogdienstkonfiguration.

Gilt für:

DialogServiceConnector(DialogServiceConfig, AudioConfig)

Erstellt einen Dialogdienstconnector mithilfe des angegebenen Dialogfelds und der angegebenen Audiokonfiguration.

public DialogServiceConnector (Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConfig config, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConnector : Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConnector
Public Sub New (config As DialogServiceConfig, audioConfig As AudioConfig)

Parameter

config
DialogServiceConfig

Dialogdienstkonfiguration.

audioConfig
AudioConfig

Audiokonfiguration.

Gilt für: