xamarinmac
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(nuint), 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:")]
public interface INSSpeechSynthesizerDelegate : INativeObject, IDisposable
}
.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. |