Banuba SDK
Loading...
Searching...
No Matches
bnb::interfaces::detected_face Struct Referencefinal

Public Member Functions

 detected_face (bool has_rectangle_, int32_t probability_)
 

Public Attributes

bool has_rectangle
 
int32_t probability
 In percents.
 

Detailed Description

Definition at line 15 of file detected_face.hpp.

Constructor & Destructor Documentation

◆ detected_face()

bnb::interfaces::detected_face::detected_face ( bool has_rectangle_,
int32_t probability_ )
inline

Definition at line 20 of file detected_face.hpp.

22 : has_rectangle(std::move(has_rectangle_))
23 , probability(std::move(probability_))
24 {}
int32_t probability
In percents.

Member Data Documentation

◆ has_rectangle

bool bnb::interfaces::detected_face::has_rectangle

Definition at line 16 of file detected_face.hpp.

◆ probability

int32_t bnb::interfaces::detected_face::probability

In percents.

Definition at line 18 of file detected_face.hpp.


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