CVModelConfig constructor
CVModelConfig({})
Implementation
CVModelConfig({
required this.capabilities,
this.detModelPath,
this.recModelPath,
this.charDictPath,
this.qnnModelFolderPath,
this.qnnLibFolderPath,
});