📄️ Color
RGB color representation. Used for drawing and visualization purposes.
📄️ FaceAttributeResult
Results of face attribute analysis including demographic predictions.
📄️ FaceData
Comprehensive data structure for a detected face. Contains information about the face's position, tracking, confidence, orientation, and feature token.
📄️ FaceEulerAngle
Euler angles representing the orientation of a face in 3D space. These angles describe the rotation of the face along different axes.
📄️ FaceFeatureIdentity
Identity information associated with a face feature. Used for face recognition and database management.
📄️ FaceInteractionState
State information for face interaction detection. Used to track the state of eyes during interaction.
📄️ FaceInteractionsAction
Detection results for various face interaction actions. Used to track different types of facial movements and gestures.
📄️ FaceRect
Rectangle representing a face region in an image. Defines the position and size of a detected face.
📄️ FeatureHubConfiguration
Configuration settings for the FeatureHub functionality. FeatureHub is a built-in global lightweight face feature vector management system. It supports basic face feature search, deletion, and modification functions, and offers two optional data storage modes: in-memory and persistence.
📄️ Point2f
2D point with floating-point coordinates. Used for precise positioning of facial features.
📄️ Point2i
2D point with integer coordinates. Used for pixel-precise positioning.
📄️ SearchTopKResult
Result of a top-K search operation in face recognition. Contains the confidence score and ID of a matched face.
📄️ SessionCustomParameter
Custom parameters for configuring a face recognition session. This type holds various flags to enable or disable specific features in the face recognition context, such as face recognition, liveness detection, mask detection, quality assessment, and attribute prediction.
📄️ SimilarityConverterConfig
Configuration for converting cosine similarity scores to percentage-based similarity.