unreal.DetectedFaceFeatureRegion
¶
- class unreal.DetectedFaceFeatureRegion(confidence: float = 0.0, points: None = [], feature_type: DetectedFaceFeatureType = Ellipsis)¶
Bases:
DetectedFeatureRegion
Area of the image that the computer vision task detected as being part of a face
C++ Source:
Plugin: AppleVision
Module: AppleVision
File: AppleVisionTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
confidence
(float): [Read-Write] How confident the ML was in determining this feature and its typefeature_type
(DetectedFaceFeatureType): [Read-Write] The type of region that was detectedpoints
(Array[Vector2D]): [Read-Write] The set of points that encompass the detected feature area
- property feature_type: DetectedFaceFeatureType¶
[Read-Only] The type of region that was detected
- Type: