Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization Class Reference

This data class contains information about the Speech to Text model customizations. More...

Properties

string customization_id [get, set]
 The GUID of the custom language model. More...
 
string created [get, set]
 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). More...
 
string language [get, set]
 The language of the custom language model. Currently, only en-US is supported. More...
 
string owner [get, set]
 The GUID of the service credentials for the owner of the custom language model. More...
 
string name [get, set]
 The name of the custom language model. More...
 
string description [get, set]
 The description of the custom language model. More...
 
string base_model_name [get, set]
 The name of the base language model for which the custom language model was created. = ['en-US_BroadbandModel', 'en-US_NarrowbandModel']. More...
 
string status [get, set]
 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']. More...
 
int progress [get, set]
 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. More...
 
string warnings [get, set]
 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. More...
 

Detailed Description

This data class contains information about the Speech to Text model customizations.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.base_model_name
getset

The name of the base language model for which the custom language model was created. = ['en-US_BroadbandModel', 'en-US_NarrowbandModel'].

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.created
getset

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).

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.customization_id
getset

The GUID of the custom language model.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.description
getset

The description of the custom language model.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.language
getset

The language of the custom language model. Currently, only en-US is supported.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.name
getset

The name of the custom language model.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.owner
getset

The GUID of the service credentials for the owner of the custom language model.

int IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.progress
getset

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.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.status
getset

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'].

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Customization.warnings
getset

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.


The documentation for this class was generated from the following file: