次の方法で共有


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 リスト。

適用対象