public class AudioResources
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AudioResource> |
audio |
protected java.lang.Double |
totalMinutesOfAudio |
Constructor and Description |
---|
AudioResources() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AudioResource> |
getAudio()
Gets the audio.
|
java.lang.Double |
getTotalMinutesOfAudio()
Gets the totalMinutesOfAudio.
|
@SerializedName(value="total_minutes_of_audio") protected java.lang.Double totalMinutesOfAudio
protected java.util.List<AudioResource> audio
public java.lang.Double getTotalMinutesOfAudio()
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.
public java.util.List<AudioResource> getAudio()
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.