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

internal More...

#import <BNBAnalyticsConfig.h>

Inheritance diagram for BNBAnalyticsConfig:

Instance Methods

(nonnull instancetype) - initWithFramesCount:delayForRecordWithFace:outputPath:
 

Class Methods

(nonnull instancetype) + analyticsConfigWithFramesCount:delayForRecordWithFace:outputPath:
 

Properties

int32_t framesCount
 Number of frames to record when face was found. More...
 
int32_t delayForRecordWithFace
 Number of frames to skip before record start. More...
 
NSString * outputPath
 Path to folder for results storing. More...
 

Detailed Description

internal

Definition at line 7 of file BNBAnalyticsConfig.h.

Method Documentation

◆ analyticsConfigWithFramesCount:delayForRecordWithFace:outputPath:

+ (nonnull instancetype) analyticsConfigWithFramesCount: (int32_t)  framesCount
delayForRecordWithFace: (int32_t)  delayForRecordWithFace
outputPath: (nonnull NSString *)  outputPath 

◆ initWithFramesCount:delayForRecordWithFace:outputPath:

- (nonnull instancetype) initWithFramesCount: (int32_t)  framesCount
delayForRecordWithFace: (int32_t)  delayForRecordWithFace
outputPath: (nonnull NSString *)  outputPath 

Property Documentation

◆ delayForRecordWithFace

- (int32_t) delayForRecordWithFace
readnonatomicassign

Number of frames to skip before record start.

Definition at line 19 of file BNBAnalyticsConfig.h.

◆ framesCount

- (int32_t) framesCount
readnonatomicassign

Number of frames to record when face was found.

Definition at line 16 of file BNBAnalyticsConfig.h.

◆ outputPath

- (NSString*) outputPath
readnonatomicassign

Path to folder for results storing.

Definition at line 22 of file BNBAnalyticsConfig.h.


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