-
- All Implemented Interfaces:
-
org.readium.r2.navigator.preferences.Configurable.Settings
public interface TtsEngine.Settings implements Configurable.Settings
-
-
Method Summary
Modifier and Type Method Description abstract LanguagegetLanguage()The default language to use when no language information is passed to speak. abstract BooleangetOverrideContentLanguage()Whether language information in content should be superseded by language. -
-
Method Detail
-
getLanguage
abstract Language getLanguage()
The default language to use when no language information is passed to speak.
-
getOverrideContentLanguage
abstract Boolean getOverrideContentLanguage()
Whether language information in content should be superseded by language.
-
-
-
-