write(toFile:metadata:)
Exports the hand pose classifier as a Core ML model file.
Declaration
func write(toFile path: String, metadata: MLModelMetadata? = nil) throwsParameters
- path:
A file-system path.
- metadata:
The model’s description, author, version, and license information.