RegexEntityRecognizer.Recognize(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認識する実装と一致します。
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 リスト。