initialize abstract method
Initialize the segmenter with optional configuration.
This may download models, allocate GPU resources, etc. Returns a Future that completes when ready.
Implementation
Future<void> initialize([SegmenterConfig config = const SegmenterConfig()]);