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

com.ibm.watson.text_to_speech.v1.model.Marks 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 Marks extends GenericModel {
  private List marks;

  public List getMarks() {
    return marks;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy