Click or drag to resize

WordConfidence Class

This data class holds the confidence value for a given recognized word.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1WordConfidence

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 WordConfidence

The WordConfidence type exposes the following members.

Constructors
  NameDescription
Public methodWordConfidence
Initializes a new instance of the WordConfidence class
Top
Properties
  NameDescription
Public propertyConfidence
The confidence value for this word.
Public propertyWord
The word as a string.
Top
See Also