KeywordRecognitionModel.FromFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a keyword recognition model using the specified .table
file.
public static Microsoft.CognitiveServices.Speech.KeywordRecognitionModel FromFile (string fileName);
static member FromFile : string -> Microsoft.CognitiveServices.Speech.KeywordRecognitionModel
Public Shared Function FromFile (fileName As String) As KeywordRecognitionModel
Parameters
- fileName
- String
A string that represents file name for the keyword recognition model.
Returns
The keyword recognition model being created.
Remarks
See also: Get started with Custom Keyword
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET