VNCoreMLModel.FromMLModel(MLModel, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static factory method to create a VNCoreMLModel that wraps a MLModel.
[Foundation.Export("modelForMLModel:error:")]
public static Vision.VNCoreMLModel FromMLModel (CoreML.MLModel model, out Foundation.NSError error);
static member FromMLModel : CoreML.MLModel * -> Vision.VNCoreMLModel
Parameters
- model
- MLModel
- error
- NSError
Returns
- Attributes