Class CreateAcousticModelOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.CreateAcousticModelOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class CreateAcousticModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createAcousticModel options.
  • Method Details

    • newBuilder

      New builder.
      Returns:
      a CreateAcousticModelOptions builder
    • name

      public String 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

      public String 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-custom-support#custom-language-support).

      Returns:
      the baseModelName
    • description

      public String 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