com.ibm.watson.text_to_speech.v1.model.Timings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of text-to-speech Show documentation
Show all versions of text-to-speech Show documentation
Java client library to use the IBM Text to Speech API
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