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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET