public class SpeechModel extends GenericModel
| Modifier and Type | Field and Description | 
|---|---|
| static SpeechModel | AR_AR_BROADBANDMODELModern Standard Arabic broadband model. | 
| static SpeechModel | EN_UK_BROADBANDMODELUK English broadband model. | 
| static SpeechModel | EN_UK_NARROWBANDMODELUK English narrowband model. | 
| static SpeechModel | EN_US_BROADBANDMODELUS English broadband model. | 
| static SpeechModel | EN_US_NARROWBANDMODELUS English narrowband model. | 
| static SpeechModel | ES_ES_BROADBANDMODELSpanish broadband model. | 
| static SpeechModel | ES_ES_NARROWBANDMODELSpanish narrowband model. | 
| static SpeechModel | FR_FR_BROADBANDMODELFrench broadband model. | 
| static SpeechModel | JA_JP_BROADBANDMODELJapanese broadband model. | 
| static SpeechModel | JA_JP_NARROWBANDMODELJapanese narrowband model. | 
| static SpeechModel | PT_BR_BROADBANDMODELBrazilian Portuguese broadband model. | 
| static SpeechModel | PT_BR_NARROWBANDMODELBrazilian Portuguese narrowband model. | 
| static SpeechModel | ZH_CN_BROADBANDMODELMandarin broadband model. | 
| static SpeechModel | ZH_CN_NARROWBANDMODELMandarin narrowband model. | 
| Constructor and Description | 
|---|
| SpeechModel(String name)Instantiates a new speech model. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the description. | 
| String | getName()Gets the name. | 
| int | getRate()Gets the rate. | 
| String | getSessions()Gets the sessions. | 
| void | setDescription(String description)Sets the description. | 
| void | setName(String name)Sets the name. | 
| void | setRate(int rate)Sets the rate. | 
| void | setSessions(String sessions)Sets the sessions. | 
equals, hashCode, toStringpublic static final SpeechModel AR_AR_BROADBANDMODEL
public static final SpeechModel EN_UK_BROADBANDMODEL
public static final SpeechModel EN_UK_NARROWBANDMODEL
public static final SpeechModel EN_US_BROADBANDMODEL
public static final SpeechModel EN_US_NARROWBANDMODEL
public static final SpeechModel ES_ES_BROADBANDMODEL
public static final SpeechModel ES_ES_NARROWBANDMODEL
public static final SpeechModel JA_JP_BROADBANDMODEL
public static final SpeechModel FR_FR_BROADBANDMODEL
public static final SpeechModel JA_JP_NARROWBANDMODEL
public static final SpeechModel PT_BR_BROADBANDMODEL
public static final SpeechModel PT_BR_NARROWBANDMODEL
public static final SpeechModel ZH_CN_BROADBANDMODEL
public static final SpeechModel ZH_CN_NARROWBANDMODEL
public SpeechModel(String name)
name - the namepublic String getName()
public int getRate()
public String getSessions()
public String getDescription()
public void setName(String name)
name - The namepublic void setRate(int rate)
rate - The ratepublic void setDescription(String description)
description - The descriptionpublic void setSessions(String sessions)
sessions - the new sessionsCopyright © 2015–2016 IBM Watson. All rights reserved.