RegexEntityRecognizer.Recognize(String, String) 方法

定义

匹配识别实现。

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)

参数

text
String

要匹配的文本。

culture
String

要使用的 Microsoft.Recognizers.Text.Culture

返回

List<Microsoft.Recognizers.Text.ModelResult>

匹配 Microsoft.Recognizers.Text.ModelResult 列表。

适用于