DetectedFace.FaceBox 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得偵測到臉部在 SoftwareBitmap 或 VideoFrame中佔用的界限。
public:
property BitmapBounds FaceBox { BitmapBounds get(); };
BitmapBounds FaceBox();
public BitmapBounds FaceBox { get; }
var bitmapBounds = detectedFace.faceBox;
Public ReadOnly Property FaceBox As BitmapBounds
屬性值
偵測到臉部的界限。