IAVSpeechSynthesizerDelegate
DidCancelSpeechUtterance(AVSpeechSynthesizer, AVSpeechUtterance)
DidContinueSpeechUtterance(AVSpeechSynthesizer, AVSpeechUtterance)
DidFinishSpeechUtterance(AVSpeechSynthesizer, AVSpeechUtterance)
DidPauseSpeechUtterance(AVSpeechSynthesizer, AVSpeechUtterance)
DidStartSpeechUtterance(AVSpeechSynthesizer, AVSpeechUtterance)
WillSpeakMarker(AVSpeechSynthesizer, AVSpeechSynthesisMarker, AVSpeechUtterance)
WillSpeakRangeOfSpeechString(AVSpeechSynthesizer, NSRange, AVSpeechUtterance)
DidCancelSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)
DidContinueSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)
DidFinishSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)
DidPauseSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)
DidStartSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)
WillSpeakMarker(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechSynthesisMarker, AVSpeechUtterance)
WillSpeakRangeOfSpeechString(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, NSRange, AVSpeechUtterance)
net10.0-ios17.2
namespace AVFoundation
{
[Protocol(Name = "AVSpeechSynthesizerDelegate", WrapperType = typeof(AVSpeechSynthesizerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStartSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didStartSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didFinishSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidPauseSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didPauseSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidContinueSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didContinueSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidCancelSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didCancelSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillSpeakRangeOfSpeechString", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(NSRange), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:willSpeakRangeOfSpeechString:utterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillSpeakMarker", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechSynthesisMarker), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:willSpeakMarker:utterance:")]
[SupportedOSPlatform("maccatalyst")]
[SupportedOSPlatform("ios")]
[SupportedOSPlatform("macos")]
[SupportedOSPlatform("tvos")]
public interface IAVSpeechSynthesizerDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("speechSynthesizer:willSpeakMarker:utterance:")]
[OptionalMember]
[SupportedOSPlatform("maccatalyst17.0")]
[SupportedOSPlatform("tvos17.0")]
[SupportedOSPlatform("macos14.0")]
[SupportedOSPlatform("ios17.0")]
virtual void WillSpeakMarker(AVSpeechSynthesizer! synthesizer, AVSpeechSynthesisMarker! marker, AVSpeechUtterance! utterance);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| iOS | 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2 |
| Mac Catalyst | 13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2 |
| macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 |
| tvOS | 10.010.110.211.011.111.211.311.412.012.112.212.312.413.013.213.313.414.014.214.314.414.515.015.215.416.016.116.417.017.2 |
Information specific to net10.0-ios17.2 | |
| Assembly | Microsoft.iOS , Version=18.5.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API