NSSpeechSynthesizer
NSSpeechSynthesizer()
NSSpeechSynthesizer(IntPtr)
NSSpeechSynthesizer(NativeHandle)
NSSpeechSynthesizer(NSObjectFlag)
NSSpeechSynthesizer(String)
AvailableVoices
ClassHandle
DefaultVoice
Delegate
IsAnyApplicationSpeaking
IsSpeaking
Rate
UsesFeedbackWindow
Voice
Volume
WeakDelegate
AddSpeechDictionary(NSDictionary)
AttributesForVoice(String)
ContinueSpeaking()
Dispose(Boolean)
GetVoice()
ObjectForProperty(String, NSError)
PauseSpeaking(NSSpeechBoundary)
PhonemesFromText(String)
SetObjectforProperty(NSObject, String, NSError)
SetVoice(String)
StartSpeakingString(String)
StartSpeakingStringtoURL(String, NSUrl)
StopSpeaking()
StopSpeaking(NSSpeechBoundary)
xamarinmac
namespace AppKit
{
[Register("NSSpeechSynthesizer", true)]
public class NSSpeechSynthesizer : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("startSpeakingString:toURL:")]
public virtual bool StartSpeakingStringtoURL(string! theString, NSUrl! url);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API