LuisRecognizer Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse.
public LuisRecognizer(Microsoft.Bot.Builder.AI.LuisV3.LuisApplication application, Microsoft.Bot.Builder.AI.LuisV3.LuisRecognizerOptions recognizerOptions = default, Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions predictionOptions = default);
new Microsoft.Bot.Builder.AI.LuisV3.LuisRecognizer : Microsoft.Bot.Builder.AI.LuisV3.LuisApplication * Microsoft.Bot.Builder.AI.LuisV3.LuisRecognizerOptions * Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions -> Microsoft.Bot.Builder.AI.LuisV3.LuisRecognizer
Public Sub New (application As LuisApplication, Optional recognizerOptions As LuisRecognizerOptions = Nothing, Optional predictionOptions As LuisPredictionOptions = Nothing)
Parameters
- application
- LuisApplication
De LUIS-toepassing die moet worden gebruikt om tekst te herkennen.
- recognizerOptions
- LuisRecognizerOptions
(Optioneel) Opties voor de gemaakte recognizer.
- predictionOptions
- LuisPredictionOptions
(Optioneel) De standaard-LUIS-voorspellingsopties die moeten worden gebruikt.