unreal.FaceDetectionResult

class unreal.FaceDetectionResult(detected_faces: None = [])

Bases: StructBase

The result of a face detection request with information about the detected faces

C++ Source:

  • Plugin: AppleVision

  • Module: AppleVision

  • File: AppleVisionTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • detected_faces (Array[DetectedFace]): [Read-Write] The set of faces that were detected

property detected_faces: None

[Read-Only] The set of faces that were detected

Type:

(Array[DetectedFace])