// // Word.swift // import Foundation struct Word { var text: String = "" var offset: Int = 0 var score: Float = 0.0 }