次の方法で共有


TextToSpeech.SpeakAsync メソッド

定義

オーバーロード

SpeakAsync(String, CancellationToken)

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

SpeakAsync(String, SpeechOptions, CancellationToken)

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

SpeakAsync(String, CancellationToken)

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

public static System.Threading.Tasks.Task SpeakAsync (string text, System.Threading.CancellationToken cancelToken = null);

パラメーター

text
System.String

読み上げるテキスト。.

cancelToken
System.Threading.CancellationToken

読み上げを停止する省略可能なキャンセル トークン。

戻り値

System.Threading.Tasks.Task

適用対象

SpeakAsync(String, SpeechOptions, CancellationToken)

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

public static System.Threading.Tasks.Task SpeakAsync (string text, Xamarin.Essentials.SpeechOptions options, System.Threading.CancellationToken cancelToken = null);

パラメーター

text
System.String

読み上げるテキスト。

options
SpeechOptions

話すために使用するオプション。

cancelToken
System.Threading.CancellationToken

読み上げを停止する省略可能なキャンセル トークン。

戻り値

System.Threading.Tasks.Task

適用対象