public class SpeechModel.SupportedFeatures
extends java.lang.Object
| Constructor and Description |
|---|
SupportedFeatures() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getCustomLanguageModel()
Gets the custom language model attribute.
|
java.lang.Boolean |
getSpeakerLabels()
Gets the speaker labels attribute.
|
void |
setCustomLanguageModel(java.lang.Boolean customLanguageModel)
Sets the custom language model attribute.
|
void |
setSpeakerLabels(java.lang.Boolean speakerLabels)
Sets the speaker labels attribute.
|
public java.lang.Boolean getCustomLanguageModel()
public java.lang.Boolean getSpeakerLabels()
public void setCustomLanguageModel(java.lang.Boolean customLanguageModel)
customLanguageModel - the new custom language model attribute
value.public void setSpeakerLabels(java.lang.Boolean speakerLabels)
speakerLabels - the new speaker labels attribute value.