unreal.DetectedFace¶
- class unreal.DetectedFace(confidence: float = 0.0, points: None = [], bounding_box: Box2D = Ellipsis, features: None = [], feature_regions: None = [])¶
Bases:
DetectedFeatureRegionArea of the image that the computer vision task detected as being a face
C++ Source:
Plugin: AppleVision
Module: AppleVision
File: AppleVisionTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
bounding_box(Box2D): [Read-Write] The bounding box of the detected faceconfidence(float): [Read-Write] How confident the ML was in determining this feature and its typefeature_regions(Array[DetectedFaceFeatureRegion]): [Read-Write] The set of region features that were detectedfeatures(Array[DetectedFaceFeature2D]): [Read-Write] The set of 2D features that were detectedpoints(Array[Vector2D]): [Read-Write] The set of points that encompass the detected feature area