com.baidu.tts.client
Class SynthesizerTool

java.lang.Object
  extended by com.baidu.tts.client.SynthesizerTool

public class SynthesizerTool
extends java.lang.Object

Author:
liweigao 2016年1月6日

Constructor Summary
SynthesizerTool()
           
 
Method Summary
static boolean verifyModelFile(java.lang.String filePath)
          验证模型文件的有效性
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynthesizerTool

public SynthesizerTool()
Method Detail

verifyModelFile

public static boolean verifyModelFile(java.lang.String filePath)
验证模型文件的有效性

Parameters:
filePath - 文件路劲
Returns: