setIndicatorShape static method
void
setIndicatorShape(
- IndicatorShape shape
Set indicator shape for face detection
Implementation
static void setIndicatorShape(IndicatorShape shape) {
_indicatorShape = shape;
}