RegexEntityRecognizer.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.
Match 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 match.
- culture
- String
Microsoft.Recognizers.Text.Culture to use.
Returns
List<Microsoft.Recognizers.Text.ModelResult>
The matched Microsoft.Recognizers.Text.ModelResult list.