Click or drag to resize

Customizations Class

This data class contains information about the speech to text model customizations.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1Customizations

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 Customizations

The Customizations type exposes the following members.

Constructors
  NameDescription
Public methodCustomizations
Initializes a new instance of the Customizations class
Top
Properties
  NameDescription
Public propertycustomizations
Information about each available custom model. The array is empty if the user owns no custom models (if no language is specified) or owns no custom models for the specified language.
Top
See Also