INSSpeechSynthesizerDelegate Interface

Definition

[Foundation.Protocol(Name="NSSpeechSynthesizerDelegate", WrapperType=typeof(AppKit.NSSpeechSynthesizerDelegateWrapper))]
public interface INSSpeechSynthesizerDelegate : IDisposable, ObjCRuntime.INativeObject
type INSSpeechSynthesizerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidEncounterError(INSSpeechSynthesizerDelegate, NSSpeechSynthesizer, nuint, String, String)
DidEncounterSyncMessage(INSSpeechSynthesizerDelegate, NSSpeechSynthesizer, String)
DidFinishSpeaking(INSSpeechSynthesizerDelegate, NSSpeechSynthesizer, Boolean)
WillSpeakPhoneme(INSSpeechSynthesizerDelegate, NSSpeechSynthesizer, Int16)
WillSpeakWord(INSSpeechSynthesizerDelegate, NSSpeechSynthesizer, NSRange, String)

Applies to