IAVSpeechSynthesizerDelegate Interface

Definição

Interface que representa os métodos necessários (se houver) do 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
Implementações

Comentários

Essa interface contém os métodos necessários (se houver) do protocolo definido por AVSpeechSynthesizerDelegate.

Se os desenvolvedores criarem classes que implementam essa interface, os métodos de implementação serão exportados automaticamente para Objective-C com a assinatura correspondente do método definido no AVSpeechSynthesizerDelegate protocolo.

Métodos opcionais (se houver) são fornecidos pela AVSpeechSynthesizerDelegate_Extensions classe como métodos de extensão para a interface, permitindo que os desenvolvedores invoquem quaisquer métodos opcionais no protocolo.

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos de Extensão

DidCancelSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface que representa os métodos necessários (se houver) do protocolo AVSpeechSynthesizerDelegate.

DidContinueSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface que representa os métodos necessários (se houver) do protocolo AVSpeechSynthesizerDelegate.

DidFinishSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface que representa os métodos necessários (se houver) do protocolo AVSpeechSynthesizerDelegate.

DidPauseSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface que representa os métodos necessários (se houver) do protocolo AVSpeechSynthesizerDelegate.

DidStartSpeechUtterance(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, AVSpeechUtterance)

Interface que representa os métodos necessários (se houver) do protocolo AVSpeechSynthesizerDelegate.

WillSpeakRangeOfSpeechString(IAVSpeechSynthesizerDelegate, AVSpeechSynthesizer, NSRange, AVSpeechUtterance)

Interface que representa os métodos necessários (se houver) do protocolo AVSpeechSynthesizerDelegate.

Aplica-se a