Click or drag to resize

Model Class

This data class holds the data for a given speech model.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1Model

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 Model

The Model type exposes the following members.

Constructors
  NameDescription
Public methodModel
Initializes a new instance of the Model class
Top
Properties
  NameDescription
Public propertydescription
A description for this model.
Public propertylanguage
The language ID for this model. (e.g. en)
Public propertyname
The name of the speech model.
Public propertyrate
The optimal sample rate for this model.
Public propertysessions
Information about each available model.
Public propertysupported_features
Describes the additional service features supported with the model.
Public propertyurl
The URL for this model.
Top
See Also