Banuba SDK
BNBFaceData.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from types.djinni
3 
4 #import "BNBCameraPosition.h"
5 #import "BNBGender.h"
6 #import "BNBPixelRect.h"
7 #import <Foundation/Foundation.h>
8 @class BNBFaceData;
9 
10 
11 
12 #ifndef DJINNI_EXPORT
13  #define DJINNI_EXPORT __attribute__((__visibility__("default")))
14 #endif
15 
17 @interface BNBFaceData : NSObject
18 
19 + (nullable BNBFaceData *)create;
20 
21 - (nonnull NSArray<NSNumber *> *)getLandmarks;
22 
23 - (void)setLandmarks:(nonnull NSArray<NSNumber *> *)lms;
24 
25 - (nonnull NSArray<NSNumber *> *)getLatents;
26 
27 - (void)setLatents:(nonnull NSArray<NSNumber *> *)lats;
28 
29 - (nonnull NSArray<NSNumber *> *)getVertices;
30 
31 - (void)setVertices:(nonnull NSArray<NSNumber *> *)verts;
32 
33 - (nonnull NSArray<NSNumber *> *)getEarsLandmarks;
34 
35 - (void)setEarsLandmarks:(nonnull NSArray<NSNumber *> *)lms;
36 
37 - (nonnull NSArray<NSNumber *> *)getEarsLatents;
38 
39 - (void)setEarsLatents:(nonnull NSArray<NSNumber *> *)lats;
40 
41 - (nonnull NSArray<NSNumber *> *)getBrowsLms;
42 
43 - (void)setBrowsLms:(nonnull NSArray<NSNumber *> *)lms;
44 
46 
47 - (void)setCameraPosition:(nonnull BNBCameraPosition *)cam;
48 
49 /** filled when face_match feature is enabled */
50 - (nonnull NSArray<NSNumber *> *)getEmbeddings;
51 
52 - (BOOL)hasFace;
53 
54 - (nonnull BNBPixelRect *)getFaceRect;
55 
56 - (void)setFaceRect:(nonnull BNBPixelRect *)rect;
57 
58 - (BNBGender)getGender;
59 
60 - (void)setGender:(BNBGender)g;
61 
62 @end
BNBFaceData
Definition: BNBFaceData.h:17
-[BNBFaceData getVertices]
nonnull NSArray< NSNumber * > * getVertices()
BNBPixelRect
Definition: BNBPixelRect.h:12
BNBCameraPosition.h
+[BNBFaceData create]
nullable BNBFaceData * create()
-[BNBFaceData getGender]
BNBGender getGender()
-[BNBFaceData getLatents]
nonnull NSArray< NSNumber * > * getLatents()
-[BNBFaceData getEarsLandmarks]
nonnull NSArray< NSNumber * > * getEarsLandmarks()
-[BNBFaceData hasFace]
BOOL hasFace()
-[BNBFaceData getEarsLatents]
nonnull NSArray< NSNumber * > * getEarsLatents()
BNBGender.h
-[BNBFaceData getEmbeddings]
nonnull NSArray< NSNumber * > * getEmbeddings()
filled when face_match feature is enabled
BNBPixelRect.h
DJINNI_EXPORT
#define DJINNI_EXPORT
for order of values in action units array see action_units_indices enum
Definition: BNBActionUnits.h:9
BNBCameraPosition
Definition: BNBCameraPosition.h:12
-[BNBFaceData getFaceRect]
nonnull BNBPixelRect * getFaceRect()
-[BNBFaceData getCameraPosition]
nonnull BNBCameraPosition * getCameraPosition()
-[BNBFaceData getBrowsLms]
nonnull NSArray< NSNumber * > * getBrowsLms()
-[BNBFaceData getLandmarks]
nonnull NSArray< NSNumber * > * getLandmarks()