Banuba SDK
Loading...
Searching...
No Matches
face_shape_type.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  face_shape_type : int {
  undefined , heart , oblong , oval ,
  round , square
}

Enumeration Type Documentation

◆ face_shape_type

enum class bnb::interfaces::face_shape_type : int
strong

Definition at line 14 of file face_shape_type.hpp.

14 : int {
15 undefined,
16 heart,
17 oblong,
18 oval,
19 round,
20 square,
21};