Package 

Interface TtsEngine.Preferences

  • All Implemented Interfaces:
    org.readium.r2.navigator.preferences.Configurable.Preferences

    
    public interface TtsEngine.Preferences<P extends Configurable.Preferences<P>>
     implements Configurable.Preferences<P>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Language getLanguage() The default language to use when no language information is passed to speak.
      • Methods inherited from class org.readium.navigator.media.tts.TtsEngine.Preferences

        plus
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLanguage

         abstract Language getLanguage()

        The default language to use when no language information is passed to speak.