Type Alias ObjectDetectorOptions

ObjectDetectorOptions: {
    modelPath: string;
    scoreThreshold: number;
    verbosity: Verbosity;
}