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

A data object that contains data to create a new empty custom language mode3l. More...

Properties

string name [get, set]
 Name of the new custom language model. More...
 
string base_model_name [get, set]
 The base model name - Currently only en-US_BroadbandModel is supported. More...
 
string description [get, set]
 Description of the new custom voice model. More...
 

Detailed Description

A data object that contains data to create a new empty custom language mode3l.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.CustomLanguage.base_model_name
getset

The base model name - Currently only en-US_BroadbandModel is supported.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.CustomLanguage.description
getset

Description of the new custom voice model.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.CustomLanguage.name
getset

Name of the new custom language model.


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