ConfirmationEntityRecognizer.Recognize(String, String) Method
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.
Yes/no confirmation style input recognizing implementation.
protected override System.Collections.Generic.List<Microsoft.Recognizers.Text.ModelResult> Recognize (string text, string culture);
override this.Recognize : string * string -> System.Collections.Generic.List<Microsoft.Recognizers.Text.ModelResult>
Protected Overrides Function Recognize (text As String, culture As String) As List(Of ModelResult)
Parameters
- text
- String
Text to recognize.
- culture
- String
Microsoft.Recognizers.Text.Culture to use.
Returns
List<Microsoft.Recognizers.Text.ModelResult>
The recognized Microsoft.Recognizers.Text.ModelResult list.