Banuba SDK
BNBPortraitMatchIndex.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from portrait_match.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 @interface BNBPortraitMatchIndex : NSObject
7 - (nonnull instancetype)initWithPath:(nonnull NSString *)path
8  distance:(float)distance;
9 + (nonnull instancetype)portraitMatchIndexWithPath:(nonnull NSString *)path
10  distance:(float)distance;
11 
12 @property (nonatomic, readonly, nonnull) NSString * path;
13 
14 @property (nonatomic, readonly) float distance;
15 
16 @end
BNBPortraitMatchIndex::path
NSString * path
Definition: BNBPortraitMatchIndex.h:12
BNBPortraitMatchIndex::distance
float distance
Definition: BNBPortraitMatchIndex.h:14
BNBPortraitMatchIndex
Definition: BNBPortraitMatchIndex.h:7