(public graphModel: GraphModel, public dictionary: string[])
| 66 | |
| 67 | export class ObjectDetectionModel { |
| 68 | constructor(public graphModel: GraphModel, public dictionary: string[]) {} |
| 69 | |
| 70 | async detect(input: ImageInput, options?: ObjectDetectionOptions): |
| 71 | Promise<PredictedObject[]> { |
nothing calls this directly
no outgoing calls
no test coverage detected