WordAlternativeResult
public struct WordAlternativeResult : Codable, EquatableAn alternative hypothesis for a word from speech recognition results.
- 
                  
                  A confidence score for the word alternative hypothesis in the range of 0.0 to 1.0. DeclarationSwift public var confidence: Double
- 
                  
                  An alternative hypothesis for a word from the input audio. DeclarationSwift public var word: String
 View on GitHub
View on GitHub WordAlternativeResult Structure Reference
        WordAlternativeResult Structure Reference