Partager via


IAVSpeechSynthesizerDelegate Interface

Définition

Interface représentant les méthodes requises (le cas échéant) du protocole AVSpeechSynthesizerDelegate.

[Foundation.Protocol(Name="AVSpeechSynthesizerDelegate", WrapperType=typeof(AVFoundation.AVSpeechSynthesizerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVSpeechSynthesizerDelegate : IDisposable, ObjCRuntime.INativeObject
type IAVSpeechSynthesizerDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Remarques

Cette interface contient les méthodes requises (le cas échéant) du protocole défini par AVSpeechSynthesizerDelegate.

Si les développeurs créent des classes qui implémentent cette interface, les méthodes d’implémentation sont automatiquement exportées vers Objective-C avec la signature correspondante de la méthode définie dans le AVSpeechSynthesizerDelegate protocole.

Les méthodes facultatives (le cas échéant) sont fournies par la AVSpeechSynthesizerDelegate_Extensions classe en tant que méthodes d’extension de l’interface, ce qui permet aux développeurs d’appeler toutes les méthodes facultatives sur le protocole.

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes d’extension

DidCancelSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface représentant les méthodes requises (le cas échéant) du protocole AVSpeechSynthesizerDelegate.

DidContinueSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface représentant les méthodes requises (le cas échéant) du protocole AVSpeechSynthesizerDelegate.

DidFinishSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface représentant les méthodes requises (le cas échéant) du protocole AVSpeechSynthesizerDelegate.

DidPauseSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface représentant les méthodes requises (le cas échéant) du protocole AVSpeechSynthesizerDelegate.

DidStartSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface représentant les méthodes requises (le cas échéant) du protocole AVSpeechSynthesizerDelegate.

WillSpeakRangeOfSpeechString(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, NSRange, AVSpeechUtterance)

Interface représentant les méthodes requises (le cas échéant) du protocole AVSpeechSynthesizerDelegate.

S’applique à