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

org.daisy.pipeline.tts.SSMLTransformer Maven / Gradle / Ivy

There is a newer version: 7.2.0
Show newest version
package org.daisy.pipeline.tts;

import net.sf.saxon.s9api.XdmNode;

/**
 * Transform the SSML according to the TTS engine's features and bugs
 */
public interface SSMLTransformer {
	
	public XdmNode transform(XdmNode ssml);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy