IAVSpeechSynthesizerDelegate Interfaz

Definición

Interfaz que representa los métodos necesarios (si los hay) del protocolo 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
Derivado
Atributos
Implementaciones

Comentarios

Esta interfaz contiene los métodos necesarios (si los hay) del protocolo definido por AVSpeechSynthesizerDelegate.

Si los desarrolladores crean clases que implementan esta interfaz, los métodos de implementación se exportarán automáticamente a Objective-C con la firma coincidente del método definido en el AVSpeechSynthesizerDelegate protocolo.

La clase proporciona AVSpeechSynthesizerDelegate_Extensions métodos opcionales (si los hay) como métodos de extensión a la interfaz, lo que permite a los desarrolladores invocar cualquier método opcional en el protocolo.

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos de extensión

DidCancelSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interfaz que representa los métodos necesarios (si los hay) del protocolo AVSpeechSynthesizerDelegate.

DidContinueSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interfaz que representa los métodos necesarios (si los hay) del protocolo AVSpeechSynthesizerDelegate.

DidFinishSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interfaz que representa los métodos necesarios (si los hay) del protocolo AVSpeechSynthesizerDelegate.

DidPauseSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interfaz que representa los métodos necesarios (si los hay) del protocolo AVSpeechSynthesizerDelegate.

DidStartSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interfaz que representa los métodos necesarios (si los hay) del protocolo AVSpeechSynthesizerDelegate.

WillSpeakRangeOfSpeechString(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, NSRange, AVSpeechUtterance)

Interfaz que representa los métodos necesarios (si los hay) del protocolo AVSpeechSynthesizerDelegate.

Se aplica a