com.ibm.watson.text_to_speech.v1.model.Marks 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 Marks extends GenericModel {
private List marks;
public List getMarks() {
return marks;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy