public class Voice extends GenericModel
| Constructor and Description | 
|---|
Voice()  | 
| Modifier and Type | Method and Description | 
|---|---|
VoiceModel | 
getCustomization()
Gets the customization. 
 | 
java.lang.String | 
getDescription()
Gets the description. 
 | 
java.lang.String | 
getGender()
Gets the gender. 
 | 
java.lang.String | 
getLanguage()
Gets the language. 
 | 
java.lang.String | 
getName()
Gets the name. 
 | 
SupportedFeatures | 
getSupportedFeatures()
Gets the supportedFeatures. 
 | 
java.lang.String | 
getUrl()
Gets the url. 
 | 
java.lang.Boolean | 
isCustomizable()
Gets the customizable. 
 | 
equals, hashCode, toStringpublic java.lang.String getUrl()
public java.lang.String getGender()
public java.lang.String getName()
public java.lang.String getLanguage()
public java.lang.String getDescription()
public java.lang.Boolean isCustomizable()
public SupportedFeatures getSupportedFeatures()
public VoiceModel getCustomization()