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.SpeechRecognitionAlternative Class Reference

The alternatives. More...

Properties

string transcript [get, set]
 Transcription of the audio. More...
 
double confidence [get, set]
 Confidence score of the transcript in the range of 0 to 1. Available only for the best alternative and only in results marked as final. More...
 
string[] timestamps [get, set]
 Time alignments for each word from transcript as a list of lists. Each inner list consists of three elements: the word followed by its start and end time in seconds. Example: [["hello",0.0,1.2],["world",1.2,2.5]]. Available only for the best alternative. More...
 
string[] word_confidence [get, set]
 Confidence score for each word of the transcript as a list of lists. Each inner list consists of two elements: the word and its confidence score in the range of 0 to 1. Example: [["hello",0.95],["world",0.866]]. Available only for the best alternative and only in results marked as final. More...
 
TimeStamp[] Timestamps [get, set]
 A optional array of timestamps objects. More...
 
WordConfidence[] WordConfidence [get, set]
 A option array of word confidence values. More...
 

Detailed Description

The alternatives.

Property Documentation

double IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionAlternative.confidence
getset

Confidence score of the transcript in the range of 0 to 1. Available only for the best alternative and only in results marked as final.

string [] IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionAlternative.timestamps
getset

Time alignments for each word from transcript as a list of lists. Each inner list consists of three elements: the word followed by its start and end time in seconds. Example: [["hello",0.0,1.2],["world",1.2,2.5]]. Available only for the best alternative.

TimeStamp [] IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionAlternative.Timestamps
getset

A optional array of timestamps objects.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionAlternative.transcript
getset

Transcription of the audio.

string [] IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionAlternative.word_confidence
getset

Confidence score for each word of the transcript as a list of lists. Each inner list consists of two elements: the word and its confidence score in the range of 0 to 1. Example: [["hello",0.95],["world",0.866]]. Available only for the best alternative and only in results marked as final.

WordConfidence [] IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionAlternative.WordConfidence
getset

A option array of word confidence values.


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