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

The type of words to be listed from the custom language model's words resource: all (the default) shows all words. user shows only custom words that were added or modified by the user. corpora shows only OOV that were extracted from corpora. More...

Public Attributes

const string All = "all"
 All words. More...
 
const string User = "user"
 User words. More...
 
const string Corpora = "corpora"
 Corpora words. More...
 

Detailed Description

The type of words to be listed from the custom language model's words resource: all (the default) shows all words. user shows only custom words that were added or modified by the user. corpora shows only OOV that were extracted from corpora.

Member Data Documentation

const string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordType.All = "all"

All words.

const string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordType.Corpora = "corpora"

Corpora words.

const string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordType.User = "user"

User words.


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