Click or drag to resize

CustomLanguage Class

A data object that contains data to create a new empty custom language mode3l.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1CustomLanguage

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class CustomLanguage

The CustomLanguage type exposes the following members.

Constructors
  NameDescription
Public methodCustomLanguage
Initializes a new instance of the CustomLanguage class
Top
Properties
  NameDescription
Public propertybase_model_name
The base model name - Currently only en-US_BroadbandModel is supported.
Public propertydescription
Description of the new custom voice model.
Public propertyname
Name of the new custom language model.
Top
See Also