Partager via


PatternMatchingModel.FromJSONFile(String) Méthode

Définition

Crée un modèle de correspondance à l’aide du fichier .json spécifié. Cela doit suivre le schéma d’exportation JSON Microsoft LUIS.

public static Microsoft.CognitiveServices.Speech.Intent.PatternMatchingModel FromJSONFile (string filepath);
static member FromJSONFile : string -> Microsoft.CognitiveServices.Speech.Intent.PatternMatchingModel
Public Shared Function FromJSONFile (filepath As String) As PatternMatchingModel

Paramètres

filepath
String

Chaîne représentant le chemin d’accès à un fichier '.json'.

Retours

Pointeur partagé vers le modèle de correspondance.

S’applique à