unreal.DetectedFaceFeatureRegion

class unreal.DetectedFaceFeatureRegion(confidence=0.0, points=[], feature_type=DetectedFaceFeatureType.UNKOWN)

Bases: unreal.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 type

  • feature_type (DetectedFaceFeatureType): [Read-Write] The type of region that was detected

  • points (Array(Vector2D)): [Read-Write] The set of points that encompass the detected feature area

property feature_type

[Read-Only] The type of region that was detected

Type

(DetectedFaceFeatureType)