org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSSpeechBoundary

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSSpeechBoundary

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h
enum values


Field Summary
static int NSSpeechImmediateBoundary
           
static int NSSpeechSentenceBoundary
           
static int NSSpeechWordBoundary
           
 

Field Detail

NSSpeechImmediateBoundary

static final int NSSpeechImmediateBoundary
See Also:
Constant Field Values

NSSpeechWordBoundary

static final int NSSpeechWordBoundary
See Also:
Constant Field Values

NSSpeechSentenceBoundary

static final int NSSpeechSentenceBoundary
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.