FaceDetector.MaxDetectableFaceSize 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 maximum detectable face size, in pixels.
public:
property BitmapSize MaxDetectableFaceSize { BitmapSize get(); void set(BitmapSize value); };
BitmapSize MaxDetectableFaceSize();
void MaxDetectableFaceSize(BitmapSize value);
public BitmapSize MaxDetectableFaceSize { get; set; }
var bitmapSize = faceDetector.maxDetectableFaceSize;
faceDetector.maxDetectableFaceSize = bitmapSize;
Public Property MaxDetectableFaceSize As BitmapSize
Property Value
The maximum detectable face size, in pixels.