com.baidu.tts.client
Class SpeechError

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

public class SpeechError
extends java.lang.Object

Author:
liweigao 2015年9月8日

Field Summary
 int code
           
 java.lang.String description
           
 
Constructor Summary
SpeechError()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code

public int code

description

public java.lang.String description
Constructor Detail

SpeechError

public SpeechError()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object