Class AudioResources
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.AudioResources
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AudioResources
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the audio resources from a custom acoustic model.
-
Constructor Summary
Constructors Constructor Description AudioResources()
-
Method Summary
Modifier and Type Method Description List<AudioResource>
getAudio()
Gets the audio.Double
getTotalMinutesOfAudio()
Gets the totalMinutesOfAudio.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AudioResources
public AudioResources()
-
-
Method Details
-
getTotalMinutesOfAudio
Gets the totalMinutesOfAudio.The total minutes 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.
- Returns:
- the totalMinutesOfAudio
-
getAudio
Gets the audio.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.
- Returns:
- the audio
-