美摄SDK For iOS
3.7.2
|
#import <NvsAIParser.h>
构造函数 | |
(BOOL) | - setMaxThreadCount: |
(BOOL) | - detectMediaFiles: |
(void) | - cancelTask: |
(void) | - cancelAllTasks |
(void) | - suspend |
(void) | - resume |
类方法 | |
(instancetype) | + sharedInstance |
(instancetype) | + sharedInstanceWithFlags: |
(BOOL) | + initModel:type: |
(void) | + setModelStatus:status: |
(void) | + close |
(NvsCarFrameInfo *) | + read: |
(void) | + installDescData: |
属性 | |
id< AIParserDelegate > | delegate |
- (void) cancelAllTasks |
- (void) cancelTask: | (int64_t) | taskId |
+ (void) close |
- (BOOL) detectMediaFiles: | (NSArray< NvsDetectData * > *) | dataList |
+ (BOOL) initModel: | (NSString *) | modelFilePath | |
type: | (int) | type | |
+ (void) installDescData: | (NSString *) | descpath |
+ (NvsCarFrameInfo*) read: | (NSString *) | infodata |
- (void) resume |
- (BOOL) setMaxThreadCount: | (int) | threadCount |
+ (void) setModelStatus: | (int) | type | |
status: | (BOOL) | status | |
+ (instancetype) sharedInstance |
+ (instancetype) sharedInstanceWithFlags: | (int) | flags |
- (void) suspend |
|
readwritenonatomicweak |