Navmii Turn-by-Turn SDK
Write yourself a navigation system in Android
Public Member Functions | Public Attributes | List of all members
navmiisdk.NavmiiSettings.VoicePack Class Reference

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...
 

Detailed Description

Voice pack.

Constructor & Destructor Documentation

navmiisdk.NavmiiSettings.VoicePack.VoicePack ( String  name,
String  locale,
String  dictorName,
boolean  isDefault,
boolean  isFemaleVoice 
)

Initialization.

Parameters
nameVoice pack name
localeVoice pack locale
dictorNameVoice pack dictor name
isDefaultVoice pack default for locale state
isFemaleVoiceVoice pack male/female state

Member Data Documentation

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.


The documentation for this class was generated from the following file: