namespace Speech
{
[Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 15, ObjCRuntime.PlatformArchitecture.All, null)]
[Protocol(Name = "SFSpeechRecognizerDelegate", WrapperType = typeof(SFSpeechRecognizerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AvailabilityDidChange", ParameterByRef = {false, false}, ParameterType = {typeof(Speech.SFSpeechRecognizer), typeof(bool)}, Selector = "speechRecognizer:availabilityDidChange:")]
public interface ISFSpeechRecognizerDelegate : INativeObject, IDisposable
}