Contents

init(mlModel:)

Creates a new natural language model based on the given Core ML model instance.

Declaration

convenience init(mlModel: MLModel) throws

Parameters

  • mlModel:

    A Core ML model instance that’s the basis for this natural language model.

See Also

Creating a model