MeiCam SDK For iOS  3.10.1
Instance Methods | Class Methods | Properties | List of all members
NvsAIParser Class Reference

#import <NvsAIParser.h>

Inheritance diagram for NvsAIParser:

Instance Methods

(BOOL) - setMaxThreadCount:
 
(BOOL) - detectMediaFiles:
 
(void) - cancelTask:
 
(void) - cancelAllTasks
 
(void) - suspend
 
(void) - resume
 

Class Methods

(instancetype) + sharedInstance
 
(instancetype) + sharedInstanceWithFlags:
 
(BOOL) + initModel:type:
 
(void) + setModelStatus:status:
 
(void) + close
 
(NvsCarFrameInfo *) + read:
 
(void) + installDescData:
 

Properties

id< AIParserDelegatedelegate
 

Method Documentation

◆ cancelAllTasks

- (void) cancelAllTasks

◆ cancelTask:

- (void) cancelTask: (int64_t)  taskId

◆ close

+ (void) close

◆ detectMediaFiles:

- (BOOL) detectMediaFiles: (NSArray< NvsDetectData * > *)  dataList

◆ initModel:type:

+ (BOOL) initModel: (NSString *)  modelFilePath
type: (int)  type 

◆ installDescData:

+ (void) installDescData: (NSString *)  descpath

◆ read:

+ (NvsCarFrameInfo*) read: (NSString *)  infodata

◆ resume

- (void) resume

◆ setMaxThreadCount:

- (BOOL) setMaxThreadCount: (int)  threadCount

◆ setModelStatus:status:

+ (void) setModelStatus: (int)  type
status: (BOOL)  status 

◆ sharedInstance

+ (instancetype) sharedInstance

◆ sharedInstanceWithFlags:

+ (instancetype) sharedInstanceWithFlags: (int)  flags

◆ suspend

- (void) suspend

Property Documentation

◆ delegate

- (id<AIParserDelegate>) delegate
readwritenonatomicweak

The documentation for this class was generated from the following file: