MLModelCollection.BeginAccessingModelCollection 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.
[Foundation.Export("beginAccessingModelCollectionWithIdentifier:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSProgress BeginAccessingModelCollection(string identifier, Action<CoreML.MLModelCollection,Foundation.NSError> completionHandler);
[<Foundation.Export("beginAccessingModelCollectionWithIdentifier:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member BeginAccessingModelCollection : string * Action<CoreML.MLModelCollection, Foundation.NSError> -> Foundation.NSProgress
Parameters
- identifier
- String
- completionHandler
- Action<MLModelCollection,NSError>
Returns
- Attributes