Condividi tramite


FaceDetectionEffectFrame.DetectedFaces Proprietà

Definizione

Ottiene l'elenco di oggetti che rappresentano i visi rilevati nella cornice.

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)

Valore della proprietà

Elenco di oggetti che rappresentano i visi rilevati nel frame. Per altre informazioni, vedere DetectedFace.

Si applica a