Share via


ISFSpeechRecognizerDelegate Interface

Definition

Delegate object for SFSpeechRecognizer.

[Foundation.Protocol(Name="SFSpeechRecognizerDelegate", WrapperType=typeof(Speech.SFSpeechRecognizerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AvailabilityDidChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Speech.SFSpeechRecognizer), typeof(System.Boolean) }, Selector="speechRecognizer:availabilityDidChange:")]
public interface ISFSpeechRecognizerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SFSpeechRecognizerDelegate", WrapperType=typeof(Speech.SFSpeechRecognizerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AvailabilityDidChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Speech.SFSpeechRecognizer), typeof(System.Boolean) }, Selector="speechRecognizer:availabilityDidChange:")>]
type ISFSpeechRecognizerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
AvailabilityDidChange(SFSpeechRecognizer, Boolean)

The system calls this when the availability of speech recognition has been changed.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
AvailabilityDidChange(ISFSpeechRecognizerDelegate, SFSpeechRecognizer, Boolean)

The system calls this when the availability of speech recognition has been changed.

Applies to

See also