SpeechSynthesisEventArgs クラス

定義

音声合成イベントのペイロードが含まれます。 1.4.0 で追加

public class SpeechSynthesisEventArgs : EventArgs, IDisposable
type SpeechSynthesisEventArgs = class
    inherit EventArgs
    interface IDisposable
Public Class SpeechSynthesisEventArgs
Inherits EventArgs
Implements IDisposable
継承
SpeechSynthesisEventArgs
実装

プロパティ

Result

合成結果を指定します。

メソッド

Dispose()

関連付けられているリソースを破棄します。

適用対象