TextToSpeech.DefaultVoice プロパティ

定義

既定のテキスト読み上げ言語の既定の音声である Voice インスタンスを返します。

public virtual Android.Speech.Tts.Voice? DefaultVoice { [Android.Runtime.Register("getDefaultVoice", "()Landroid/speech/tts/Voice;", "GetGetDefaultVoiceHandler")] get; }
[<get: Android.Runtime.Register("getDefaultVoice", "()Landroid/speech/tts/Voice;", "GetGetDefaultVoiceHandler")>]
member this.DefaultVoice : Android.Speech.Tts.Voice

プロパティ値

既定の言語の既定の音声インスタンス。または null 設定されていない場合、またはエラーが発生した場合は 。

属性

注釈

既定のテキスト読み上げ言語の既定の音声である Voice インスタンスを返します。

android.speech.tts.TextToSpeech.getDefaultVoice()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象