-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSFSpeechAssetManager.h
More file actions
22 lines (19 loc) · 1.07 KB
/
Copy pathSFSpeechAssetManager.h
File metadata and controls
22 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Generated by RuntimeBrowser
Platform: iOS 15.7.3 (19H307) arm64
Image: /System/Library/Frameworks/Speech.framework/Speech (1)
*/
@interface SFSpeechAssetManager : NSObject
+ (id)_assetQueryForLanguage:(id)arg1;
+ (id)assetPathForLanguage:(id)arg1;
+ (id)configParametersForVoicemailWithLanguage:(id)arg1;
+ (void)fetchAssetsForLanguage:(id)arg1 progress:(id /* block */)arg2 completion:(id /* block */)arg3;
+ (void)fetchAssetsForLanguage:(id)arg1 urgent:(bool)arg2 forceUpgrade:(bool)arg3 detailedProgress:(id /* block */)arg4 completion:(id /* block */)arg5;
+ (void)fetchAssetsForLanguage:(id)arg1 urgent:(bool)arg2 forceUpgrade:(bool)arg3 progress:(id /* block */)arg4 completion:(id /* block */)arg5;
+ (void)fetchAssetsForLanguage:(id)arg1 urgent:(bool)arg2 progress:(id /* block */)arg3 completion:(id /* block */)arg4;
+ (id)fetchMAAssetPathForInstalledLanguage:(id)arg1;
+ (id)installedLanguages;
+ (void)installedLanguagesWithCompletion:(id /* block */)arg1;
+ (void)promoteAssets;
+ (void)purgeAssetsForLanguage:(id)arg1 error:(id*)arg2;
+ (void)setAssetsAsProvisional;
@end