UrlEntityRecognizer.Recognize(String, String) 方法

定义

URL 识别实现。

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 的列表。

适用于