org.rococoa.contrib.appkit
Class NSSpeechSynthesizer.NSSpeechSynthesizerInfo

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

public static class NSSpeechSynthesizer.NSSpeechSynthesizerInfo
extends AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechSynthesizerInfo.SpeechSynthesizerInfoProperty>

Describes identifying information about the synthesizer


Nested Class Summary
static class NSSpeechSynthesizer.NSSpeechSynthesizerInfo.SpeechSynthesizerInfoProperty
           
 
Constructor Summary
NSSpeechSynthesizer.NSSpeechSynthesizerInfo()
           
NSSpeechSynthesizer.NSSpeechSynthesizerInfo(NSMutableDictionary data)
           
 
Method Summary
 String getSynthesizerIdentifier()
           
 String getSynthesizerVersion()
           
 
Methods inherited from class org.rococoa.contrib.AbstractPropertyDictionary
getBoolean, getData, getDate, getEnum, getInt, getShort, getString, getValueAsType, setDate, setString, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSSpeechSynthesizer.NSSpeechSynthesizerInfo

public NSSpeechSynthesizer.NSSpeechSynthesizerInfo()

NSSpeechSynthesizer.NSSpeechSynthesizerInfo

public NSSpeechSynthesizer.NSSpeechSynthesizerInfo(NSMutableDictionary data)
Method Detail

getSynthesizerIdentifier

public String getSynthesizerIdentifier()

getSynthesizerVersion

public String getSynthesizerVersion()


Copyright © 2012. All Rights Reserved.