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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET