org.rococoa.contrib.appkit
Class NSSpeechSynthesizer.NSSpeechPhonemeInfo

java.lang.Object
  extended by org.rococoa.contrib.AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty>
      extended by org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
Enclosing class:
NSSpeechSynthesizer

public static class NSSpeechSynthesizer.NSSpeechPhonemeInfo
extends AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty>

Describes information about phonemes the synthesizer uses


Nested Class Summary
static class NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty
           
 
Constructor Summary
NSSpeechSynthesizer.NSSpeechPhonemeInfo()
           
NSSpeechSynthesizer.NSSpeechPhonemeInfo(NSMutableDictionary data)
           
 
Method Summary
 String getExample()
           
 int getHiliteEnd()
           
 int getHiliteStart()
           
 short getOpcode()
           
 String getSymbol()
           
 String toString()
           
 
Methods inherited from class org.rococoa.contrib.AbstractPropertyDictionary
getBoolean, getData, getDate, getEnum, getInt, getShort, getString, getValueAsType, setDate, setString, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSSpeechSynthesizer.NSSpeechPhonemeInfo

public NSSpeechSynthesizer.NSSpeechPhonemeInfo()

NSSpeechSynthesizer.NSSpeechPhonemeInfo

public NSSpeechSynthesizer.NSSpeechPhonemeInfo(NSMutableDictionary data)
Method Detail

getOpcode

public short getOpcode()

getSymbol

public String getSymbol()

getExample

public String getExample()

getHiliteStart

public int getHiliteStart()

getHiliteEnd

public int getHiliteEnd()

toString

public String toString()
Overrides:
toString in class AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty>


Copyright © 2012. All Rights Reserved.