FaceDetectedEventArgs.ResultFrame Property

Definition

Gets the FaceDetectionEffectFrame associated with a FaceDetected event.

public:
 property FaceDetectionEffectFrame ^ ResultFrame { FaceDetectionEffectFrame ^ get(); };
FaceDetectionEffectFrame ResultFrame();
public FaceDetectionEffectFrame ResultFrame { get; }
var faceDetectionEffectFrame = faceDetectedEventArgs.resultFrame;
Public ReadOnly Property ResultFrame As FaceDetectionEffectFrame

Property Value

The FaceDetectionEffectFrame associated with a FaceDetected event.

Applies to