#import <NvsDetectShotParser.h>
◆ didDetectError:errorType:
- (void) didDetectError: |
|
(int64_t) |
taskId |
errorType: |
|
(int) |
errorType |
|
|
| |
|
optional |
detect exception information.
- Parameters
-
taskId | task ID. |
errorType | Type of detect error. |
◆ didDetectFinished:timeStampArray:
- (void) didDetectFinished: |
|
(int64_t) |
taskId |
timeStampArray: |
|
(NSArray *) |
timeStampArray |
|
|
| |
|
optional |
Finish detecting.
- Parameters
-
taskId | task ID. |
timeStampArray | time stamp array |
◆ didDetectProgress:progress:
- (void) didDetectProgress: |
|
(int64_t) |
taskId |
progress: |
|
(float) |
progress |
|
|
| |
|
optional |
Progress of detect.
- Parameters
-
taskId | task ID. |
progress | Progess value. |
◆ didDetectStarted:taskId:
- (void) didDetectStarted: |
|
(NSString *) |
videoPath |
taskId: |
|
(int64_t) |
taskId |
|
|
| |
|
optional |
Start detecting.
- Parameters
-
videoPath | video path. |
taskId | task ID. |
The documentation for this protocol was generated from the following file: