Partilhar via


IntentRecognizer Construtores

Definição

Sobrecargas

IntentRecognizer(EmbeddedSpeechConfig)

Cria uma nova instância de IntentRecognizer usando EmbeddedSpeechConfig, configurada para receber fala do microfone padrão. Adicionado em 1.20.0

IntentRecognizer(SpeechConfig)

Cria uma nova instância de IntentRecognizer.

IntentRecognizer(EmbeddedSpeechConfig, AudioConfig)

Cria uma nova instância de IntentRecognizer usando EmbeddedSpeechConfig, configurada para receber fala de uma fonte de áudio especificada em um objeto AudioConfig. Adicionado em 1.20.0

IntentRecognizer(SpeechConfig, AudioConfig)

Cria uma nova instância de IntentRecognizer.

IntentRecognizer(EmbeddedSpeechConfig)

Cria uma nova instância de IntentRecognizer usando EmbeddedSpeechConfig, configurada para receber fala do microfone padrão. Adicionado em 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)

Parâmetros

speechConfig
EmbeddedSpeechConfig

Configuração de fala inserida

Aplica-se a

IntentRecognizer(SpeechConfig)

Cria uma nova instância de 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)

Parâmetros

speechConfig
SpeechConfig

Configuração de fala

Aplica-se a

IntentRecognizer(EmbeddedSpeechConfig, AudioConfig)

Cria uma nova instância de IntentRecognizer usando EmbeddedSpeechConfig, configurada para receber fala de uma fonte de áudio especificada em um objeto AudioConfig. Adicionado em 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)

Parâmetros

speechConfig
EmbeddedSpeechConfig

Configuração de fala inserida

audioConfig
AudioConfig

Configuração de áudio

Aplica-se a

IntentRecognizer(SpeechConfig, AudioConfig)

Cria uma nova instância de 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)

Parâmetros

speechConfig
SpeechConfig

Configuração de fala

audioConfig
AudioConfig

Configuração de áudio

Aplica-se a