Banuba SDK
Instance Methods | Class Methods | List of all members
BNBCelebrityMatch Class Reference

#import <BNBCelebrityMatch.h>

Inheritance diagram for BNBCelebrityMatch:

Instance Methods

(nonnull NSArray< BNBCelebrityMatchIndex * > *) - processPhoto:
 return null optional when error More...
 
(nullable BNBCelebrityMatchOutput *) - blend:data:blendCoeffs:
 return null optional when error More...
 

Class Methods

(nullable BNBCelebrityMatch *) + create:
 

Detailed Description

Definition at line 12 of file BNBCelebrityMatch.h.

Method Documentation

◆ blend:data:blendCoeffs:

- (nullable BNBCelebrityMatchOutput *) blend: (nonnull BNBCelebrityMatchIndex *)  index
data: (nonnull BNBCelebrityMatchBackendData *)  data
blendCoeffs: (nonnull NSArray< NSNumber * > *)  blendCoeffs 

return null optional when error

◆ create:

+ (nullable BNBCelebrityMatch *) create: (nonnull NSString *)  imageIndexPath

◆ processPhoto:

- (nonnull NSArray<BNBCelebrityMatchIndex *> *) processPhoto: (nonnull BNBFullImageData *)  inputImage

return null optional when error


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