Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.TimeStamp Class Reference

This data class holds the start and stop times for a word. More...

Properties

string Word [get, set]
 The word. More...
 
double Start [get, set]
 The start time. More...
 
double End [get, set]
 The stop time. More...
 

Detailed Description

This data class holds the start and stop times for a word.

Property Documentation

double IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.TimeStamp.End
getset

The stop time.

double IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.TimeStamp.Start
getset

The start time.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.TimeStamp.Word
getset

The word.


The documentation for this class was generated from the following file: