共用方式為


FaceDetectionEffectFrame.DetectedFaces 屬性

定義

取得 物件清單,表示框架中偵測到的臉部。

public:
 property IVectorView<DetectedFace ^> ^ DetectedFaces { IVectorView<DetectedFace ^> ^ get(); };
IVectorView<DetectedFace> DetectedFaces();
public IReadOnlyList<DetectedFace> DetectedFaces { get; }
var iVectorView = faceDetectionEffectFrame.detectedFaces;
Public ReadOnly Property DetectedFaces As IReadOnlyList(Of DetectedFace)

屬性值

物件清單,表示框架中偵測到的人臉。 如需詳細資訊,請參閱 DetectedFace

適用於