@class NSString, CXCallObserver, NSOperationQueue, NSLocale, AFDictationConnection; @protocol SFSpeechRecognizerDelegate, NSObject; @interface SFSpeechRecognizer : NSObject { AFDictationConnection *_dictationConnection; NSString *_languageCode; CXCallObserver *_callObserver; id _facetimeObserver; id _foregroundObserver; id _preferencesObserver; } @property (readonly, nonatomic, getter=_isAvailableForForcedOfflineRecognition) BOOL _availableForForcedOfflineRecognition; @property (readonly, nonatomic, getter=isAvailable) BOOL available; @property (readonly, copy, nonatomic) NSLocale *locale; @property (nonatomic) BOOL supportsOnDeviceRecognition; @property (weak, nonatomic) id delegate; @property (nonatomic) long long defaultTaskHint; @property (retain, nonatomic) NSOperationQueue *queue; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (long long)authorizationStatus; + (void)initialize; + (void)requestAuthorization:(id /* block */)a0; + (void)_fetchSupportedForcedOfflineLocalesWithCompletion:(id /* block */)a0; + (id)supportedLocales; - (id)init; - (void)dealloc; - (id)initWithLocale:(id)a0; - (void)dictationConnnectionDidChangeAvailability:(id)a0; - (void).cxx_destruct; - (void)callObserver:(id)a0 callChanged:(id)a1; - (id)recognitionTaskWithRequest:(id)a0 delegate:(id)a1; - (void)_prepareToRecognizeWithTaskHint:(long long)a0 clientIdentifier:(id)a1 completion:(id /* block */)a2; - (void)_prepareToRecognizeWithTaskHint:(long long)a0 completion:(id /* block */)a1; - (void)_requestOfflineDictationSupportForClientIdentifier:(id)a0 completion:(id /* block */)a1; - (void)_requestOfflineDictationSupportWithCompletion:(id /* block */)a0; - (id)recognitionTaskWithRequest:(id)a0 resultHandler:(id /* block */)a1; @end