Class TrainAcousticModelOptions

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

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

    • newBuilder

      public TrainAcousticModelOptions.Builder newBuilder()
      New builder.
      Returns:
      a TrainAcousticModelOptions builder
    • customizationId

      public String customizationId()
      Gets the customizationId.

      The customization ID (GUID) of the custom acoustic model that is to be used for the request. You must make the request with credentials for the instance of the service that owns the custom model.

      Returns:
      the customizationId
    • customLanguageModelId

      public String customLanguageModelId()
      Gets the customLanguageModelId.

      The customization ID (GUID) of a custom language model that is to be used during training of the custom acoustic model. Specify a custom language model that has been trained with verbatim transcriptions of the audio resources or that contains words that are relevant to the contents of the audio resources. The custom language model must be based on the same version of the same base model as the custom acoustic model, and the custom language model must be fully trained and available. The credentials specified with the request must own both custom models.

      Returns:
      the customLanguageModelId