FaceDetector.MinDetectableFaceSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the minimum detectable face size, in pixels.
public:
property BitmapSize MinDetectableFaceSize { BitmapSize get(); void set(BitmapSize value); };
BitmapSize MinDetectableFaceSize();
void MinDetectableFaceSize(BitmapSize value);
public BitmapSize MinDetectableFaceSize { get; set; }
var bitmapSize = faceDetector.minDetectableFaceSize;
faceDetector.minDetectableFaceSize = bitmapSize;
Public Property MinDetectableFaceSize As BitmapSize
Property Value
The minimum detectable face size, in pixels.