WordAlternativeResult

public struct WordAlternativeResult : Codable, Equatable

An 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.

    Declaration

    Swift

    public var confidence: Double
  • An alternative hypothesis for a word from the input audio.

    Declaration

    Swift

    public var word: String