labelDetectFunc property

(Future<List<DetectObject>> Function(String path)?) labelDetectFunc
getter/setter pair

Detect labels from image function

Implementation

Future<List<DetectObject>> Function(String path)? labelDetectFunc;