public class SpeechModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getLanguage()
Gets the language.
|
String |
getName()
Gets the name.
|
Long |
getRate()
Gets the rate.
|
SupportedFeatures |
getSupportedFeatures()
Gets the supportedFeatures.
|
String |
getUrl()
Gets the url.
|
public String getName()
The name of the model for use as an identifier in calls to the service (for example, `en-US_BroadbandModel`).
public String getLanguage()
The language identifier of the model (for example, `en-US`).
public Long getRate()
The sampling rate (minimum acceptable rate for audio) used by the model in Hertz.
public String getUrl()
The URI for the model.
public SupportedFeatures getSupportedFeatures()
Indicates whether select service features are supported with the model.
public String getDescription()
A brief description of the model.
Copyright © 2024 IBM Cloud. All rights reserved.