PhoneNumberEntityRecognizer.Recognize(String, String) Methode

Definition

Telefonnummer erkennt Implementierung.

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)

Parameter

text
String

Text, der erkannt werden soll.

culture
String

Microsoft.Recognizers.Text.Culture zu verwenden.

Gibt zurück

List<Microsoft.Recognizers.Text.ModelResult>

Die anerkannte Microsoft.Recognizers.Text.ModelResult Liste.

Gilt für: