你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PhraseListGrammar 类

定义

标识音频数据中的已知短语。 在 1.5.0 中添加

public sealed class PhraseListGrammar : Microsoft.CognitiveServices.Speech.Grammar
type PhraseListGrammar = class
    inherit Grammar
Public NotInheritable Class PhraseListGrammar
Inherits Grammar
继承
PhraseListGrammar

注解

并非所有语言都可用。 有关语言和示例代码的列表,请参阅 语音转文本入门

方法

AddPhrase(String)

在语音中添加要侦听的简单短语。

Clear()

清除短语列表中的所有短语。

FromRecognizer(Recognizer)

为指定的识别器创建短语列表语法。

适用于