(public graphModel: GraphModel, public dictionary: string[])
| 38 | |
| 39 | export class ImageClassificationModel { |
| 40 | constructor(public graphModel: GraphModel, public dictionary: string[]) {} |
| 41 | |
| 42 | async classify(input: ImageInput, options?: ImageClassificationOptions): |
| 43 | Promise<ImagePrediction[]> { |
nothing calls this directly
no outgoing calls
no test coverage detected