ImageLabeler constructor

ImageLabeler({
  1. required ImageLabelerOptions options,
})

Constructor to create an instance of ImageLabeler.

Implementation

ImageLabeler({required this.options});