Изменения
→CoreML SDK
self.classificationLabel.text = "Nothing recognized."
} else {
<font color="green">// Display top classifications ranked by confidence in the UI.</font>
let topClassifications = classifications.prefix(2)
let descriptions = topClassifications.map { classification in