MeiCam SDK For iOS  3.14.0
Instance Methods | List of all members
<NvsDetectShotParserDelegate> Protocol Reference

#import <NvsDetectShotParser.h>

Inheritance diagram for <NvsDetectShotParserDelegate>:

Instance Methods

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

Method Documentation

◆ didDetectError:errorType:

- (void) didDetectError: (int64_t)  taskId
errorType: (int)  errorType 
optional

detect exception information.

Parameters
taskIdtask ID.
errorTypeType of detect error.

◆ didDetectFinished:timeStampArray:

- (void) didDetectFinished: (int64_t)  taskId
timeStampArray: (NSArray *)  timeStampArray 
optional

Finish detecting.

Parameters
taskIdtask ID.
timeStampArraytime stamp array

◆ didDetectProgress:progress:

- (void) didDetectProgress: (int64_t)  taskId
progress: (float)  progress 
optional

Progress of detect.

Parameters
taskIdtask ID.
progressProgess value.

◆ didDetectStarted:taskId:

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

Start detecting.

Parameters
videoPathvideo path.
taskIdtask ID.

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