public class SpeechModel extends GenericModel
| Constructor and Description | 
|---|
SpeechModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Gets the description. 
 | 
java.lang.String | 
getLanguage()
Gets the language. 
 | 
java.lang.String | 
getName()
Gets the name. 
 | 
java.lang.Long | 
getRate()
Gets the rate. 
 | 
SupportedFeatures | 
getSupportedFeatures()
Gets the supportedFeatures. 
 | 
java.lang.String | 
getUrl()
Gets the url. 
 | 
equals, hashCode, toStringpublic java.lang.String getName()
public java.lang.String getLanguage()
public java.lang.Long getRate()
public java.lang.String getUrl()
public SupportedFeatures getSupportedFeatures()
public java.lang.String getDescription()