PhraseListGrammar Class
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.
Identifies known phrases in audio data. Added in 1.5.0
public sealed class PhraseListGrammar : Microsoft.CognitiveServices.Speech.Grammar
type PhraseListGrammar = class
inherit Grammar
Public NotInheritable Class PhraseListGrammar
Inherits Grammar
- Inheritance
Remarks
Not available in all languages. For a list of languages and sample code, see Get started with speech-to-text.
Methods
AddPhrase(String) |
Adds a simple phrase to listen for in the speech. |
Clear() |
Clears all phrases from the phrase list. |
FromRecognizer(Recognizer) |
Creates a phrase list grammar for the specified recognizer. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET