Click or drag to resize

AcousticCustomizations Class

The Acoustic Customizations object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1AcousticCustomizations

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 AcousticCustomizations

The AcousticCustomizations type exposes the following members.

Constructors
  NameDescription
Public methodAcousticCustomizations
Initializes a new instance of the AcousticCustomizations class
Top
Properties
  NameDescription
Public propertycustomizations
An array of AcousticCustomization objects that provides information about each available custom acoustic model. The array is empty if the requesting service credentials own no custom acoustic models (if no language is specified) or own no custom acoustic models for the specified language.
Top
See Also