ObjectDetectionNodeSettings type
Signature:
export type ObjectDetectionNodeSettings = AnalysisToolSettingsBase & ToolConfigOf<ObjectDetectionTool> & {
onResults: (results: ObjectDetectionAnalysis[]) => void;
};
Signature:
export type ObjectDetectionNodeSettings = AnalysisToolSettingsBase & ToolConfigOf<ObjectDetectionTool> & {
onResults: (results: ObjectDetectionAnalysis[]) => void;
};