RegexEntityRecognizer.Recognize(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mise en œuvre de reconnaissance de correspondance.
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)
Paramètres
- text
- String
Texte à faire correspondre.
- culture
- String
Microsoft.Recognizers.Text.Culture à utiliser.
Retours
List<Microsoft.Recognizers.Text.ModelResult>
Liste correspondante Microsoft.Recognizers.Text.ModelResult .