com.speech4j.speech
Class TTSMouth

java.lang.Object
  |
  +--com.speech4j.speech.TTSMouth

public class TTSMouth
extends java.lang.Object

Represents TTSMOUTH structure Company:

Version:
1.1
Author:
Pavel Vlasov

Field Summary
 byte jawOpen
          Jaw open
 byte lipTension
          Lip tension
 byte mouthHeight
          Mouth height
 byte mouthUpturn
          Mouth upturn
 byte mouthWidth
          Mouth width
 byte teethLowerVisible
          Lower theeth visible
 byte teethUpperVisible
          Upper theeth visible
 byte tonguePosn
          Tongue position
 
Constructor Summary
TTSMouth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mouthHeight

public byte mouthHeight
Mouth height


mouthWidth

public byte mouthWidth
Mouth width


mouthUpturn

public byte mouthUpturn
Mouth upturn


jawOpen

public byte jawOpen
Jaw open


teethUpperVisible

public byte teethUpperVisible
Upper theeth visible


teethLowerVisible

public byte teethLowerVisible
Lower theeth visible


tonguePosn

public byte tonguePosn
Tongue position


lipTension

public byte lipTension
Lip tension

Constructor Detail

TTSMouth

public TTSMouth()


Copyright © 2003 Pavel Vlasov. All Rights Reserved.