net9.0-macos
namespace AppKit
{
    [Protocol(Name = "NSSpeechSynthesizerDelegate", WrapperType = typeof(NSSpeechSynthesizerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishSpeaking", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSSpeechSynthesizer), typeof(bool) }, Selector = "speechSynthesizer:didFinishSpeaking:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillSpeakWord", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSSpeechSynthesizer), typeof(NSRange), typeof(string) }, Selector = "speechSynthesizer:willSpeakWord:ofString:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillSpeakPhoneme", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSSpeechSynthesizer), typeof(short) }, Selector = "speechSynthesizer:willSpeakPhoneme:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEncounterError", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSSpeechSynthesizer), typeof(UIntPtr), typeof(string), typeof(string) }, Selector = "speechSynthesizer:didEncounterErrorAtIndex:ofString:message:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEncounterSyncMessage", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSSpeechSynthesizer), typeof(string) }, Selector = "speechSynthesizer:didEncounterSyncMessage:")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface INSSpeechSynthesizerDelegate : INativeObject, IDisposable
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
Xamarin macOS 0.0
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • Mac Catalyst
  • macOS
  • Built-in API
  • Package-provided API

04/17/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙