write(to:metadata:)
Exports the word tagger as a Core ML model file at the specified URL.
Declaration
func write(to fileURL: URL, metadata: MLModelMetadata? = nil) throwsParameters
- fileURL:
The location in the file system to which the file should be written.
- metadata:
Descriptive information to include with the exported model file.