Contents

model

The CoreML model with .mlmodel extension.

Declaration

let model: MLModel

Discussion

This model should satisfy the following requirements:

  1. Take in one input of type .image and its key name should be same as inputName.

  2. Any other input should be optional.

  3. Give at least one output of type .multiarray and its key name should be same as outputName

See Also

Getting the properties