Banuba SDK
BNBFaceTracker.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from scene.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 @interface BNBFaceTracker : NSObject
8 
9 - (void)setFaceIndex:(int32_t)index;
10 
11 - (int32_t)getFaceIndex;
12 
13 - (BOOL)hasFace;
14 
15 @end
-[BNBFaceTracker hasFace]
BOOL hasFace()
-[BNBFaceTracker getFaceIndex]
int32_t getFaceIndex()
BNBFaceTracker
Definition: BNBFaceTracker.h:8