PhraseListGrammar Class

Definition

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
PhraseListGrammar

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