Contents

write(to:metadata:)

Exports the hand pose classifier as a CoreML model file.

Declaration

func write(to fileURL: URL, metadata: MLModelMetadata? = nil) throws

Parameters

  • fileURL:

    A file-system URL.

  • metadata:

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

See Also

Saving a hand pose classifier