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 名单。

适用于