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

This data class contains information about the custom word data. More...

Properties

string word [get, set]
 A custom word from the custom model. The spelling of the word is used to train the model. More...
 
string[] sounds_like [get, set]
 An array of pronunciations for the custom word. The array can include the sounds-like pronunciation automatically generated by the service if none is provided for the word; the service adds this pronunciation when it finishes pre-processing the word. More...
 
string display_as [get, set]
 The spelling of the custom word that the service uses to display the word in a transcript. The field contains an empty string if no display-as value is provided for the word, in which case the word is displayed as it is spelled. More...
 
string[] source [get, set]
 An array of sources that describes how the word was added to the custom model's words resource. For OOV words added from a corpus, includes the name of the corpus; if the word was added by multiple corpora, the names of all corpora are listed. If the word was modified or added by the user directly, the field includes the string user. More...
 
string error [get, set]
 If the service discovered a problem with the custom word's definition that you need to correct, a message that describes the problem, for example: Numbers are not allowed in sounds-like. You must correct the error before you can train the model. More...
 

Detailed Description

This data class contains information about the custom word data.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordData.display_as
getset

The spelling of the custom word that the service uses to display the word in a transcript. The field contains an empty string if no display-as value is provided for the word, in which case the word is displayed as it is spelled.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordData.error
getset

If the service discovered a problem with the custom word's definition that you need to correct, a message that describes the problem, for example: Numbers are not allowed in sounds-like. You must correct the error before you can train the model.

string [] IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordData.sounds_like
getset

An array of pronunciations for the custom word. The array can include the sounds-like pronunciation automatically generated by the service if none is provided for the word; the service adds this pronunciation when it finishes pre-processing the word.

string [] IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordData.source
getset

An array of sources that describes how the word was added to the custom model's words resource. For OOV words added from a corpus, includes the name of the corpus; if the word was added by multiple corpora, the names of all corpora are listed. If the word was modified or added by the user directly, the field includes the string user.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordData.word
getset

A custom word from the custom model. The spelling of the word is used to train the model.


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