Type Alias: ClassifierOptions<L>
ClassifierOptions<
L> =ImagePreprocessorOptions&object
Defined in: extensions/cv/tasks/classification.ts:24
Options for configuring an image classifier preprocessor and label vocabulary.
Type Declaration
labels
readonlylabels: readonlyL[]
Array of class labels matching the model's output vocabulary.
Type Parameters
L
L