public class Voice extends GenericModel
| Modifier and Type | Field and Description | 
|---|---|
| static Voice | DE_DIETERThe Constant DE_DIETER (value is "de-DE_DieterVoice"). | 
| static Voice | DE_GIRGITThe Constant DE_GIRGIT (value is "de-DE_BirgitVoice"). | 
| static Voice | EN_ALLISONThe Constant EN_ALLISON (value is "en-US_AllisonVoice"). | 
| static Voice | EN_LISAThe Constant EN_LISA (value is "en-US_LisaVoice"). | 
| static Voice | ES_ENRIQUEThe Constant ES_ENRIQUE (value is "es-ES_EnriqueVoice"). | 
| static Voice | ES_LAURAThe Constant ES_LAURA (value is "es-ES_LauraVoice"). | 
| static Voice | ES_SOFIAThe Constant ES_SOFIA (value is "es-US_SofiaVoice"). | 
| static Voice | FR_RENEEThe Constant FR_RENEE (value is "fr-FR_ReneeVoice"). | 
| static Voice | GB_KATEThe Constant GB_KATE (value is "en-GB_KateVoice"). | 
| static Voice | IT_FRANCESCAThe Constant IT_FRANCESCA (value is "it-IT_FrancescaVoice"). | 
| Constructor and Description | 
|---|
| Voice()Instantiates a new voice. | 
| Voice(String name,
     String gender,
     String language)Instantiates a new voice. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the description. | 
| String | getGender()Gets the gender. | 
| String | getLanguage()Gets the language. | 
| String | getName()Gets the name. | 
| String | getUrl()Gets the url. | 
| void | setDescription(String description)Sets the description. | 
| void | setGender(String gender)Sets the gender. | 
| void | setLanguage(String language)Sets the language. | 
| void | setName(String name)Sets the name. | 
| void | setUrl(String url)Sets the url. | 
equals, hashCode, toStringpublic static final Voice DE_DIETER
public static final Voice DE_GIRGIT
public static final Voice EN_ALLISON
public static final Voice EN_LISA
public static final Voice ES_ENRIQUE
public static final Voice ES_LAURA
public static final Voice ES_SOFIA
public static final Voice FR_RENEE
public static final Voice GB_KATE
public static final Voice IT_FRANCESCA
public String getDescription()
public String getGender()
public String getLanguage()
public String getName()
public String getUrl()
public void setDescription(String description)
description - the new descriptionpublic void setGender(String gender)
gender - the new genderpublic void setLanguage(String language)
language - the new languagepublic void setName(String name)
name - the new namepublic void setUrl(String url)
url - the new urlCopyright © 2015–2016. All rights reserved.