MeiCam SDK For iOS  3.10.1
Instance Methods | List of all members
<NvsSmartCutParserDelegate> Protocol Reference

#import <NvsSmartCutParser.h>

Inheritance diagram for <NvsSmartCutParserDelegate>:

Instance Methods

(void) - didDetectStarted:taskId:
 Start detecting. More...
 
(void) - didDetectFinished:scdPath:
 Finish detecting. More...
 
(void) - didDetectError:
 detect exception information. More...
 
(void) - didDetectProgress:progress:
 Progress of detect. More...
 

Method Documentation

◆ didDetectError:

- (void) didDetectError: (int)  errorType
optional

detect exception information.

Parameters
errorTypeType of detect error.

◆ didDetectFinished:scdPath:

- (void) didDetectFinished: (NSString *)  mediaPath
scdPath: (NSString *)  scdPath 
optional

Finish detecting.

Parameters
mediaPathmedia path.
scdPathscd path.

◆ didDetectProgress:progress:

- (void) didDetectProgress: (NSString *)  mediaPath
progress: (float)  progress 
optional

Progress of detect.

Parameters
mediaPathmedia path.
progressProgess value.

◆ didDetectStarted:taskId:

- (void) didDetectStarted: (NSString *)  mediaPath
taskId: (int64_t)  taskId 
optional

Start detecting.

Parameters
mediaPathmedia path.
taskIdtask ID.

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