model
The CoreML model with .mlmodel extension.
Declaration
let model: MLModelDiscussion
This model should satisfy the following requirements:
Take in one input of type .image and its key name should be same as
inputName.Any other input should be optional.
Give at least one output of type .multiarray and its key name should be same as
outputName