Click or drag to resize

AcousticCustomization Class

The Acoustic Customization object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1AcousticCustomization

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 AcousticCustomization

The AcousticCustomization type exposes the following members.

Constructors
  NameDescription
Public methodAcousticCustomization
Initializes a new instance of the AcousticCustomization class
Top
Properties
  NameDescription
Public propertybase_model_name
The name of the language model for which the custom acoustic model was created.
Public propertycreated
The date and time in Coordinated Universal Time (UTC) at which the custom acoustic model was created. The value is provided in full ISO 8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
Public propertycustomization_id
The GUID of the custom acoustic model.
Public propertydescription
The description of the custom acoustic model.
Public propertylanguage
The language identifier of the custom acoustic model (for example, `en-US`).
Public propertyname
The name of the custom acoustic model.
Public propertyowner
The GUID of the service credentials for the instance of the service that owns the custom acoustic model.
Public propertyprogress
A percentage that indicates the progress of the model's current training. A value of `100` means that the model is fully trained. Note: The `progress` field does not currently reflect the progress of the training; the field changes from `0` to `100` when training is complete.
Public propertystatus
The current status of the custom acoustic model. `pending` indicates that the model was created but is waiting either for training data to be added or for the service to finish analyzing added data. `ready` indicates that the model contains data and is ready to be trained. `training` indicates that the model is currently being trained. `available` indicates that the model is trained and ready to use. `failed` indicates that training of the model failed.
Public propertywarnings
If the request included unknown query parameters, the following message: `Unexpected query parameter(s) ['parameters'] detected`, where `parameters` is a list that includes a quoted string for each unknown parameter.
Top
See Also