-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSFSpeechRecognizer.h.h
More file actions
62 lines (57 loc) · 2.33 KB
/
Copy pathSFSpeechRecognizer.h.h
File metadata and controls
62 lines (57 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* Generated by RuntimeBrowser
Platform: iOS 15.7.3 (19H307) arm64
Image: /System/Library/Frameworks/Speech.framework/Speech (1)
*/
@interface SFSpeechRecognizer : NSObject <AFDictationDelegate, CXCallObserverDelegate> {
CXCallObserver * _callObserver;
long long _defaultTaskHint;
<SFSpeechRecognizerDelegate> * _delegate;
AFDictationConnection * _dictationConnection;
<NSObject> * _facetimeObserver;
<NSObject> * _foregroundObserver;
NSString * _languageCode;
NSLocale * _locale;
<NSObject> * _preferencesObserver;
NSOperationQueue * _queue;
bool _supportsOnDeviceRecognition;
}
@property (getter=_isAvailableForForcedOfflineRecognition, nonatomic, readonly) bool _availableForForcedOfflineRecognition;
@property (getter=isAvailable, nonatomic, readonly) bool available;
@property (readonly, copy) NSString *debugDescription;
@property (nonatomic) long long defaultTaskHint;
@property (nonatomic) <SFSpeechRecognizerDelegate> *delegate;
@property (readonly, copy) NSString *description;
@property (readonly) unsigned long long hash;
@property (nonatomic, readonly, copy) NSLocale *locale;
@property (nonatomic, retain) NSOperationQueue *queue;
@property (readonly) Class superclass;
@property (nonatomic) bool supportsOnDeviceRecognition;
+ (void)_fetchSupportedForcedOfflineLocalesWithCompletion:(id /* block */)arg1;
+ (long long)authorizationStatus;
+ (void)initialize;
+ (void)requestAuthorization:(id /* block */)arg1;
+ (id)supportedLocales;
- (void).cxx_destruct;
- (void)_informDelegateOfAvailabilityChange;
- (void)_informDelegateOfPreferencesChange;
- (bool)_isAvailableForForcedOfflineRecognition;
- (bool)_isInternalTaskHint:(long long)arg1;
- (void)_requestOfflineDictationSupportWithCompletion:(id /* block */)arg1;
- (void)callObserver:(id)arg1 callChanged:(id)arg2;
- (void)dealloc;
- (long long)defaultTaskHint;
- (id)delegate;
- (void)dictationConnnectionDidChangeAvailability:(id)arg1;
- (id)init;
- (id)initWithLocale:(id)arg1;
- (bool)isAvailable;
- (id)locale;
- (id)queue;
- (id)recognitionTaskWithRequest:(id)arg1 delegate:(id)arg2;
- (id)recognitionTaskWithRequest:(id)arg1 resultHandler:(id /* block */)arg2;
- (void)setDefaultTaskHint:(long long)arg1;
- (void)setDelegate:(id)arg1;
- (void)setQueue:(id)arg1;
- (void)setSupportsOnDeviceRecognition:(bool)arg1;
- (bool)supportsOnDeviceRecognition;
@end