Google News
logo
ml5.js - Interview Questions
What are the Properties in ml5.imageClassifier?
.video
* Object. HTMLVideoElement if given in the constructor. Otherwise it is null.
 
.model
* Object. The image classifier model specified in the constructor.
 
.modelName
* String. The name of the image classifier model specified in the constructor
 
.modelUrl
* String. The absolute or relative URL path to the input model.
Advertisement