Class SpeechModels

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

public class SpeechModels
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the available language models.
  • Constructor Summary

    Constructors
    Constructor Description
    SpeechModels()  
  • Method Summary

    Modifier and Type Method Description
    List<SpeechModel> getModels()
    Gets the models.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SpeechModels

      public SpeechModels()
  • Method Details

    • getModels

      public List<SpeechModel> getModels()
      Gets the models.

      An array of `SpeechModel` objects that provides information about each available model.

      Returns:
      the models