Click or drag to resize

Customization Class

This data class contains information about the Speech to Text model customizations.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1Customization

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 Customization

The Customization type exposes the following members.

Constructors
  NameDescription
Public methodCustomization
Initializes a new instance of the Customization class
Top
Properties
  NameDescription
Public propertybase_model_name
The name of the base language model for which the custom language model was created. = ['en-US_BroadbandModel', 'en-US_NarrowbandModel'].
Public propertycreated
The date and time in Coordinated Universal Time (UTC) at which the custom language 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 language model.
Public propertydescription
The description of the custom language model.
Public propertylanguage
The language of the custom language model. Currently, only en-US is supported.
Public propertyname
The name of the custom language model.
Public propertyowner
The GUID of the service credentials for the owner of the custom language 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. For this beta release, the progress field does not reflect the current progress of the training; the field changes from 0 to 100 when training is complete.
Public propertystatus
The current status of the custom language 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. For this beta release, the status field continues to be ready while the model is being trained; the field does not currently report a status of training. available indicates that the model is trained and ready to use. failed indicates that training of the model failed. = ['pending', 'ready', 'training', 'available', '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