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

Tuple with neuro_beauty output. More...

#import <BNBNeuroBeautyOutput.h>

Inheritance diagram for BNBNeuroBeautyOutput:

Instance Methods

(nonnull instancetype) - initWithWidth:height:channels:image:
 

Class Methods

(nonnull instancetype) + neuroBeautyOutputWithWidth:height:channels:image:
 

Properties

int32_t width
 
int32_t height
 
int32_t channels
 
NSData * image
 

Detailed Description

Tuple with neuro_beauty output.

Definition at line 7 of file BNBNeuroBeautyOutput.h.

Method Documentation

◆ initWithWidth:height:channels:image:

- (nonnull instancetype) initWithWidth: (int32_t)  width
height: (int32_t)  height
channels: (int32_t)  channels
image: (nonnull NSData *)  image 

◆ neuroBeautyOutputWithWidth:height:channels:image:

+ (nonnull instancetype) neuroBeautyOutputWithWidth: (int32_t)  width
height: (int32_t)  height
channels: (int32_t)  channels
image: (nonnull NSData *)  image 

Property Documentation

◆ channels

- (int32_t) channels
readnonatomicassign

Definition at line 21 of file BNBNeuroBeautyOutput.h.

◆ height

- (int32_t) height
readnonatomicassign

Definition at line 19 of file BNBNeuroBeautyOutput.h.

◆ image

- (NSData*) image
readnonatomicassign

Definition at line 23 of file BNBNeuroBeautyOutput.h.

◆ width

- (int32_t) width
readnonatomicassign

Definition at line 17 of file BNBNeuroBeautyOutput.h.


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