public class Voice extends Object
| Modifier and Type | Field and Description |
|---|---|
static Voice |
DE_DIETER
The Constant DE_DIETER.
|
static Voice |
DE_GIRGIT
The Constant DE_GIRGIT.
|
static Voice |
EN_ALLISON
The Constant EN_ALLISON.
|
static Voice |
EN_LISA
The Constant EN_LISA.
|
static Voice |
EN_MICHAEL
The Constant EN_MICHAEL.
|
static Voice |
ES_ENRIQUE
The Constant ES_ENRIQUE.
|
static Voice |
ES_LAURA
The Constant ES_LAURA.
|
static Voice |
ES_SOFIA
The Constant ES_SOFIA.
|
static Voice |
FR_RENEE
The Constant FR_RENEE.
|
static Voice |
GB_KATE
The Constant GB_KATE.
|
static Voice |
IT_FRANCESCA
The Constant IT_FRANCESCA.
|
| 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.
|
String |
toString() |
public static final Voice ES_ENRIQUE
public static final Voice ES_LAURA
public static final Voice ES_SOFIA
public static final Voice EN_MICHAEL
public static final Voice EN_LISA
public static final Voice EN_ALLISON
public static final Voice IT_FRANCESCA
public static final Voice FR_RENEE
public static final Voice DE_DIETER
public static final Voice DE_GIRGIT
public static final Voice GB_KATE
public String getDescription()
public void setDescription(String description)
description - the new descriptionpublic String getName()
public void setName(String name)
name - the new namepublic String getLanguage()
public void setLanguage(String language)
language - the new languagepublic String getGender()
public void setGender(String gender)
gender - the new genderpublic String getUrl()
public void setUrl(String url)
url - the new urlCopyright © 2015. All rights reserved.