All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.watson.text_to_speech.v1.model.Timings Maven / Gradle / Ivy

There is a newer version: 13.0.0
Show newest version
package com.ibm.watson.text_to_speech.v1.model;

import com.ibm.cloud.sdk.core.service.model.GenericModel;
import java.util.List;

public class Timings extends GenericModel {
  private List words;

  public List getWords() {
    return words;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy