Click or drag to resize

TimeStamp Class

This data class holds the start and stop times for a word.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1TimeStamp

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 TimeStamp

The TimeStamp type exposes the following members.

Constructors
  NameDescription
Public methodTimeStamp
Initializes a new instance of the TimeStamp class
Top
Properties
  NameDescription
Public propertyEnd
The stop time.
Public propertyStart
The start time.
Public propertyWord
The word.
Top
See Also