DrawDetectionOptions: {
    classNames?: string[];
}

The draw detection options

Type declaration

  • Optional classNames?: string[]

    The class names. If omitted, imgproxy draws the bounding boxes of all the detected objects.

Generated using TypeDoc