AcousticCustomization Class |
Namespace: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
public class AcousticCustomization
The AcousticCustomization type exposes the following members.
Name | Description | |
---|---|---|
AcousticCustomization | Initializes a new instance of the AcousticCustomization class |
Name | Description | |
---|---|---|
base_model_name |
The name of the language model for which the custom acoustic model was created.
| |
created |
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).
| |
customization_id |
The GUID of the custom acoustic model.
| |
description |
The description of the custom acoustic model.
| |
language |
The language identifier of the custom acoustic model (for example, `en-US`).
| |
name |
The name of the custom acoustic model.
| |
owner |
The GUID of the service credentials for the instance of the service that owns the custom acoustic model.
| |
progress |
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.
| |
status |
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.
| |
warnings |
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.
|