org.rococoa.contrib.appkit
Class NSSpeechSynthesizer.NSSpeechBoundary

java.lang.Object
  extended by java.lang.Number
      extended by com.sun.jna.IntegerType
          extended by com.sun.jna.NativeLong
              extended by org.rococoa.cocoa.foundation.NSUInteger
                  extended by org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechBoundary
All Implemented Interfaces:
com.sun.jna.NativeMapped, Serializable
Enclosing class:
NSSpeechSynthesizer

public static final class NSSpeechSynthesizer.NSSpeechBoundary
extends NSUInteger

Describes boundaries between speech units

See Also:
Serialized Form

Field Summary
static NSSpeechSynthesizer.NSSpeechBoundary ImmediateBoundary
           
static NSSpeechSynthesizer.NSSpeechBoundary SentenceBoundary
           
static NSSpeechSynthesizer.NSSpeechBoundary WordBoundary
           
 
Fields inherited from class com.sun.jna.NativeLong
SIZE
 
Constructor Summary
NSSpeechSynthesizer.NSSpeechBoundary()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.IntegerType
doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ImmediateBoundary

public static final NSSpeechSynthesizer.NSSpeechBoundary ImmediateBoundary

WordBoundary

public static final NSSpeechSynthesizer.NSSpeechBoundary WordBoundary

SentenceBoundary

public static final NSSpeechSynthesizer.NSSpeechBoundary SentenceBoundary
Constructor Detail

NSSpeechSynthesizer.NSSpeechBoundary

public NSSpeechSynthesizer.NSSpeechBoundary()


Copyright © 2012. All Rights Reserved.