ISFSpeechRecognizerDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |