baseOptions property

  1. @override
BaseOptions get baseOptions

Options class shared by all MediaPipe tasks - namely, how to find and load the task-specific models at runtime.

Implementation

@override
BaseOptions get baseOptions => throw UnimplementedError();