WordAlternativeResults
public struct WordAlternativeResults : Codable, Equatable
Information about alternative hypotheses for words from speech recognition results.
-
The start time in seconds of the word from the input audio that corresponds to the word alternatives.
Declaration
Swift
public var startTime: Double
-
The end time in seconds of the word from the input audio that corresponds to the word alternatives.
Declaration
Swift
public var endTime: Double
-
An array of alternative hypotheses for a word from the input audio.
Declaration
Swift
public var alternatives: [WordAlternativeResult]