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.Model Class Reference

This data class holds the data for a given speech model. More...

Properties

string name [get, set]
 The name of the speech model. More...
 
string language [get, set]
 The language ID for this model. (e.g. en) More...
 
long rate [get, set]
 The optimal sample rate for this model. More...
 
string url [get, set]
 The URL for this model. More...
 
string sessions [get, set]
 Information about each available model. More...
 
SupportedFeatures supported_features [get, set]
 Describes the additional service features supported with the model. More...
 
string description [get, set]
 A description for this model. More...
 

Detailed Description

This data class holds the data for a given speech model.

Property Documentation

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

A description for this model.

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

The language ID for this model. (e.g. en)

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

The name of the speech model.

long IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Model.rate
getset

The optimal sample rate for this model.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Model.sessions
getset

Information about each available model.

SupportedFeatures IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Model.supported_features
getset

Describes the additional service features supported with the model.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Model.url
getset

The URL for this model.


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