Click or drag to resize

WordAlternativeResult Class

This data class holds a Word Alternative Result.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1WordAlternativeResult

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class WordAlternativeResult

The WordAlternativeResult type exposes the following members.

Constructors
  NameDescription
Public methodWordAlternativeResult
Initializes a new instance of the WordAlternativeResult class
Top
Properties
  NameDescription
Public propertyconfidence
Confidence score of the word alternative hypothesis.
Public propertyword
Word alternative hypothesis for a word from the input audio.
Top
See Also