IntentRecognizer コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IntentRecognizer(EmbeddedSpeechConfig) |
既定のマイクから音声を受信するように構成された EmbeddedSpeechConfig を使用して、IntentRecognizer の新しいインスタンスを作成します。 1.20.0 で追加されました |
IntentRecognizer(SpeechConfig) |
IntentRecognizer の新しいインスタンスを作成します。 |
IntentRecognizer(EmbeddedSpeechConfig, AudioConfig) |
AudioConfig オブジェクトで指定されたオーディオ ソースから音声を受信するように構成された EmbeddedSpeechConfig を使用して、IntentRecognizer の新しいインスタンスを作成します。 1.20.0 で追加されました |
IntentRecognizer(SpeechConfig, AudioConfig) |
IntentRecognizer の新しいインスタンスを作成します。 |
IntentRecognizer(EmbeddedSpeechConfig)
既定のマイクから音声を受信するように構成された EmbeddedSpeechConfig を使用して、IntentRecognizer の新しいインスタンスを作成します。 1.20.0 で追加されました
public IntentRecognizer (Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig speechConfig);
new Microsoft.CognitiveServices.Speech.Intent.IntentRecognizer : Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig -> Microsoft.CognitiveServices.Speech.Intent.IntentRecognizer
Public Sub New (speechConfig As EmbeddedSpeechConfig)
パラメーター
- speechConfig
- EmbeddedSpeechConfig
埋め込み音声の構成
適用対象
IntentRecognizer(SpeechConfig)
IntentRecognizer の新しいインスタンスを作成します。
public IntentRecognizer (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig);
new Microsoft.CognitiveServices.Speech.Intent.IntentRecognizer : Microsoft.CognitiveServices.Speech.SpeechConfig -> Microsoft.CognitiveServices.Speech.Intent.IntentRecognizer
Public Sub New (speechConfig As SpeechConfig)
パラメーター
- speechConfig
- SpeechConfig
音声の構成
適用対象
IntentRecognizer(EmbeddedSpeechConfig, AudioConfig)
AudioConfig オブジェクトで指定されたオーディオ ソースから音声を受信するように構成された EmbeddedSpeechConfig を使用して、IntentRecognizer の新しいインスタンスを作成します。 1.20.0 で追加されました
public IntentRecognizer (Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Intent.IntentRecognizer : Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Intent.IntentRecognizer
Public Sub New (speechConfig As EmbeddedSpeechConfig, audioConfig As AudioConfig)
パラメーター
- speechConfig
- EmbeddedSpeechConfig
埋め込み音声の構成
- audioConfig
- AudioConfig
オーディオ構成
適用対象
IntentRecognizer(SpeechConfig, AudioConfig)
IntentRecognizer の新しいインスタンスを作成します。
public IntentRecognizer (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Intent.IntentRecognizer : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Intent.IntentRecognizer
Public Sub New (speechConfig As SpeechConfig, audioConfig As AudioConfig)
パラメーター
- speechConfig
- SpeechConfig
音声の構成
- audioConfig
- AudioConfig
オーディオ構成
適用対象
Azure SDK for .NET