![]() |
Navmii Turn-by-Turn SDK
Write yourself a navigation system in Android
|
Voice pack. More...
Public Member Functions | |
VoicePack (String name, String locale, String dictorName, boolean isDefault, boolean isFemaleVoice) | |
Initialization. More... | |
Public Attributes | |
String | name |
Voice pack name. More... | |
String | locale |
Voice pack locale. More... | |
String | dictorName |
Voice pack dictor name. More... | |
boolean | isDefaultForLocale |
Voice pack Default for locale state. More... | |
boolean | isFemaleVoice |
Voice pack Male/Female state. More... | |
Voice pack.
navmiisdk.NavmiiSettings.VoicePack.VoicePack | ( | String | name, |
String | locale, | ||
String | dictorName, | ||
boolean | isDefault, | ||
boolean | isFemaleVoice | ||
) |
Initialization.
name | Voice pack name |
locale | Voice pack locale |
dictorName | Voice pack dictor name |
isDefault | Voice pack default for locale state |
isFemaleVoice | Voice pack male/female state |
String navmiisdk.NavmiiSettings.VoicePack.name |
Voice pack name.
String navmiisdk.NavmiiSettings.VoicePack.locale |
Voice pack locale.
String navmiisdk.NavmiiSettings.VoicePack.dictorName |
Voice pack dictor name.
boolean navmiisdk.NavmiiSettings.VoicePack.isDefaultForLocale |
Voice pack Default for locale state.
boolean navmiisdk.NavmiiSettings.VoicePack.isFemaleVoice |
Voice pack Male/Female state.