setIndicatorShape static method

void setIndicatorShape(
  1. IndicatorShape shape
)

Set indicator shape for face detection

Implementation

static void setIndicatorShape(IndicatorShape shape) {
  _indicatorShape = shape;
}