Examples of SpeechServer4a


Examples of org.foray.speech.SpeechServer4a

     * Make a standard SpeechServer instance for use in FOray.
     * @return The newly-created SpeechServer instance.
     * @throws FOrayException For errors creating the server.
     */
    public static SpeechServer makeSpeechServer() throws FOrayException {
        return new SpeechServer4a();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.