Click or drag to resize

AudioResources Class

The Audio Resources object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1AudioResources

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 AudioResources

The AudioResources type exposes the following members.

Constructors
  NameDescription
Public methodAudioResources
Initializes a new instance of the AudioResources class
Top
Properties
  NameDescription
Public propertyaudio
An array of `AudioResource` objects that provides information about the audio resources of the custom acoustic model. The array is empty if the custom model has no audio resources
Public propertytotal_minutes_of_audio
The total seconds of accumulated audio summed over all of the valid audio resources for the custom acoustic model. You can use this value to determine whether the custom model has too little or too much audio to begin training.
Top
See Also