PhraseListGrammar.FromRecognizer(Recognizer) 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 phrase list grammar for the specified recognizer.
public static Microsoft.CognitiveServices.Speech.PhraseListGrammar FromRecognizer (Microsoft.CognitiveServices.Speech.Recognizer recognizer);
static member FromRecognizer : Microsoft.CognitiveServices.Speech.Recognizer -> Microsoft.CognitiveServices.Speech.PhraseListGrammar
Public Shared Function FromRecognizer (recognizer As Recognizer) As PhraseListGrammar
Parameters
- recognizer
- Recognizer
The recognizer from which to obtain the phrase list grammar.
Returns
The phrase list grammar.
Remarks
Not available in all languages. For a list of languages and sample code, see Get started with speech-to-text.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET