Contents

write(toFile:metadata:)

Exports the hand action classifier as a Core ML model file.

Declaration

func write(toFile path: String, metadata: MLModelMetadata? = nil) throws

Parameters

  • path:

    A file-system path.

  • metadata:

    The model’s description, author, version, and license information.

See Also

Saving a hand action classifier