Contents

init(url:)

Constructs a ModelAsset from a compiled model URL.

Declaration

convenience init(url compiledModelURL: URL) throws

Parameters

  • compiledModelURL:

    Location on the disk where the model asset is present.

Return Value

A model asset or nil if there is an error.

See Also

Creating a model asset