MonobjcMonobjc Documented Class Library
PhonemesFromText Method (text)
NamespacesMonobjc.AppKitNSSpeechSynthesizerPhonemesFromText(NSString)

Provides the phoneme symbols generated by the given text.

Original signature is '- (NSString *)phonemesFromText:(NSString *)text'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString PhonemesFromText(
	NSString text
)
Public Overridable Function PhonemesFromText ( _
	text As NSString _
) As NSString
public:
virtual NSString^ PhonemesFromText(
	NSString^ text
)
Parameters
text (NSString)
Text from which to generate phonemes.
Return Value
Phonemes generated from text.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)