A text representation of the image classifier.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
var description: String { get }
A text representation of the image classifier.
SDKs
Framework
var description: String { get }
var model: MLModel
The underlying Core ML model of the image classifier stored in memory.
var debug Description: String
A text representation of the image classifier that’s suitable for output during debugging.
var playground Description: Any
A description of the image classifier shown in a playground.