TextToSpeech クラス

定義

テキスト読み上げ

public static class TextToSpeech
継承
TextToSpeech

メソッド

GetLocalesAsync()

テキスト読み上げでサポートされているロケールの一覧を取得します。

SpeakAsync(String, CancellationToken)

既定のオプションを使用して、指定されたテキストを読み上げる。

SpeakAsync(String, SpeechOptions, CancellationToken)

指定したオプションを使用して、指定されたテキストを読み上げる。

適用対象