Class CreateAcousticModelOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateAcousticModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CreateAcousticModelOptions.BaseModelName
The name of the base language model that is to be customized by the new custom acoustic model.static class
CreateAcousticModelOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
baseModelName()
Gets the baseModelName.String
description()
Gets the description.String
name()
Gets the name.CreateAcousticModelOptions.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateAcousticModelOptions builder
-
name
Gets the name.A user-defined name for the new custom acoustic model. Use a name that is unique among all custom acoustic models that you own. Use a localized name that matches the language of the custom model. Use a name that describes the acoustic environment of the custom model, such as `Mobile custom model` or `Noisy car custom model`.
- Returns:
- the name
-
baseModelName
Gets the baseModelName.The name of the base language model that is to be customized by the new custom acoustic model. The new custom model can be used only with the base model that it customizes. (**Note:** The model `ar-AR_BroadbandModel` is deprecated; use `ar-MS_BroadbandModel` instead.)
To determine whether a base model supports acoustic model customization, refer to [Language support for customization](https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-customization#languageSupport).
- Returns:
- the baseModelName
-
description
Gets the description.A description of the new custom acoustic model. Use a localized description that matches the language of the custom model.
- Returns:
- the description
-