namespace Speech
{
[Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 15, ObjCRuntime.PlatformArchitecture.All, null)]
[Protocol(Name = "SFSpeechRecognitionTaskDelegate", WrapperType = typeof(SFSpeechRecognitionTaskDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDetectSpeech", ParameterByRef = {false}, ParameterType = {typeof(Speech.SFSpeechRecognitionTask)}, Selector = "speechRecognitionDidDetectSpeech:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidHypothesizeTranscription", ParameterByRef = {false, false}, ParameterType = {typeof(Speech.SFSpeechRecognitionTask), typeof(Speech.SFTranscription)}, Selector = "speechRecognitionTask:didHypothesizeTranscription:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishRecognition", ParameterByRef = {false, false}, ParameterType = {typeof(Speech.SFSpeechRecognitionTask), typeof(Speech.SFSpeechRecognitionResult)}, Selector = "speechRecognitionTask:didFinishRecognition:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FinishedReadingAudio", ParameterByRef = {false}, ParameterType = {typeof(Speech.SFSpeechRecognitionTask)}, Selector = "speechRecognitionTaskFinishedReadingAudio:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WasCancelled", ParameterByRef = {false}, ParameterType = {typeof(Speech.SFSpeechRecognitionTask)}, Selector = "speechRecognitionTaskWasCancelled:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishSuccessfully", ParameterByRef = {false, false}, ParameterType = {typeof(Speech.SFSpeechRecognitionTask), typeof(bool)}, Selector = "speechRecognitionTask:didFinishSuccessfully:")]
public interface ISFSpeechRecognitionTaskDelegate : INativeObject, IDisposable
}