init(from decoder: any Decoder) throws
s6OpenAI24AudioTranscriptionResultV4WordV4fromAEs7Decoder_p_tKcfc
4NAN0
import OpenAI
struct Word
struct AudioTranscriptionResult
protocol Decoder
A type that can decode values from a native format into in-memory representations.
let end: Float
End time of the word in seconds.
let start: Float
Start time of the word in seconds.
let word: String
The text content of the word.