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

smart cut generator callback interface More...

#import <NvsSmartCutGenerator.h>

Inheritance diagram for <SmartCutGeneratorDelegate>:

Instance Methods

(void) - didSmartCutFinished:
 Finish smart editing. More...
 
(void) - didSmartCutError:
 editing exception information. More...
 
(void) - didSmartCutProgress:
 editing progress. More...
 

Detailed Description

smart cut generator callback interface

Method Documentation

◆ didSmartCutError:

- (void) didSmartCutError: (int)  errorType
optional

editing exception information.

Parameters
errorTypeType of editing error.

◆ didSmartCutFinished:

- (void) didSmartCutFinished: (NvsSmartCutResultData *)  smartCutResult
optional

Finish smart editing.

Parameters
smartCutResultResult of smart editing

◆ didSmartCutProgress:

- (void) didSmartCutProgress: (float)  progress
optional

editing progress.

Parameters
progressediting progress.

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