Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBCelebrityMatchOutput Class Reference

Tuple with celebrity_match output. More...

#import <BNBCelebrityMatchOutput.h>

Inheritance diagram for BNBCelebrityMatchOutput:

Instance Methods

(nonnull instancetype) - initWithName:width:height:channels:images:
 

Class Methods

(nonnull instancetype) + celebrityMatchOutputWithName:width:height:channels:images:
 

Properties

NSString * name
 
int32_t width
 
int32_t height
 
int32_t channels
 
NSArray< NSData * > * images
 

Detailed Description

Tuple with celebrity_match output.

Four images which should have the same size as the input image.

Definition at line 7 of file BNBCelebrityMatchOutput.h.

Method Documentation

◆ celebrityMatchOutputWithName:width:height:channels:images:

+ (nonnull instancetype) celebrityMatchOutputWithName: (nonnull NSString *)  name
width: (int32_t)  width
height: (int32_t)  height
channels: (int32_t)  channels
images: (nonnull NSArray< NSData * > *)  images 

◆ initWithName:width:height:channels:images:

- (nonnull instancetype) initWithName: (nonnull NSString *)  name
width: (int32_t)  width
height: (int32_t)  height
channels: (int32_t)  channels
images: (nonnull NSArray< NSData * > *)  images 

Property Documentation

◆ channels

- (int32_t) channels
readnonatomicassign

Definition at line 25 of file BNBCelebrityMatchOutput.h.

◆ height

- (int32_t) height
readnonatomicassign

Definition at line 23 of file BNBCelebrityMatchOutput.h.

◆ images

- (NSArray<NSData *>*) images
readnonatomicassign

Definition at line 27 of file BNBCelebrityMatchOutput.h.

◆ name

- (NSString*) name
readnonatomicassign

Definition at line 19 of file BNBCelebrityMatchOutput.h.

◆ width

- (int32_t) width
readnonatomicassign

Definition at line 21 of file BNBCelebrityMatchOutput.h.


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