IRecognizer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for Recognizers.
public interface IRecognizer
type IRecognizer = interface
Public Interface IRecognizer
- Derived
Methods
RecognizeAsync(ITurnContext, CancellationToken) |
Runs an utterance through a recognizer and returns a generic recognizer result. |
RecognizeAsync<T>(ITurnContext, CancellationToken) |
Runs an utterance through a recognizer and returns a strongly-typed recognizer result. |