SpeechSynthesizer.SpeakAsyncCancel(Prompt) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
取消一个排队的提示的异步合成操作。
public:
void SpeakAsyncCancel(System::Speech::Synthesis::Prompt ^ prompt);
public void SpeakAsyncCancel (System.Speech.Synthesis.Prompt prompt);
member this.SpeakAsyncCancel : System.Speech.Synthesis.Prompt -> unit
Public Sub SpeakAsyncCancel (prompt As Prompt)
参数
- prompt
- Prompt
内容中移除调用操作。
注解
还可以使用此方法取消以下操作的异步朗语音操作:
由 SpeechSynthesizer.SpeakAsync 方法指定的 的内容String。
由 SpeechSynthesizer.SpeakAsync 方法指定的 的内容PromptBuilder。
包含由 SpeakSsmlAsync 方法指定的 SSML 的内容String。
调用 SpeechSynthesizer.SpeakAsync、 SpeechSynthesizer.SpeakAsync或 SpeakSsmlAsync时,System.Speech 会创建一个 Prompt 对象,并使用方法的 参数的内容填充该对象,并返回 该 Prompt 对象。 如果保留返回Prompt的 的副本,则可以将其传递到 以SpeakAsyncCancel取消 在 或 PromptBuilder 对象中指定的String朗语内容。