public class SpeechModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
language |
protected java.lang.String |
name |
protected java.lang.Long |
rate |
protected SupportedFeatures |
supportedFeatures |
protected java.lang.String |
url |
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.
|
protected java.lang.String name
protected java.lang.String language
protected java.lang.Long rate
protected java.lang.String url
@SerializedName(value="supported_features") protected SupportedFeatures supportedFeatures
protected java.lang.String description
public java.lang.String getName()
The name of the model for use as an identifier in calls to the service (for example, `en-US_BroadbandModel`).
public java.lang.String getLanguage()
The language identifier of the model (for example, `en-US`).
public java.lang.Long getRate()
The sampling rate (minimum acceptable rate for audio) used by the model in Hertz.
public java.lang.String getUrl()
The URI for the model.
public SupportedFeatures getSupportedFeatures()
Additional service features that are supported with the model.
public java.lang.String getDescription()
A brief description of the model.