Click or drag to resize

WordAlternativeResults Class

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

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 WordAlternativeResults

The WordAlternativeResults type exposes the following members.

Constructors
  NameDescription
Public methodWordAlternativeResults
Initializes a new instance of the WordAlternativeResults class
Top
Properties
  NameDescription
Public propertyalternatives
Specified keyword normalized to the spoken phrase that matched in the audio input.
Public propertyend_time
Specified keyword normalized to the spoken phrase that matched in the audio input.
Public propertystart_time
Specified keyword normalized to the spoken phrase that matched in the audio input.
Top
See Also