次の方法で共有


ITextToSpeech インターフェイス

定義

TextToSpeech API を使用すると、アプリケーションは組み込みのテキスト読み上げエンジンを利用して、デバイスからテキストを読み上げ、エンジンでサポートできる使用可能な言語のクエリを実行できます。

public interface class ITextToSpeech
public interface ITextToSpeech
type ITextToSpeech = interface
Public Interface ITextToSpeech

メソッド

GetLocalesAsync()

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

SpeakAsync(String, SpeechOptions, CancellationToken)

デバイスの音声テキスト変換を介して、指定されたテキストを読み上げる。

適用対象