Class AudioListing
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AudioListing
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AudioListing.Status
**For an audio-type resource,** the status of the resource: * `ok`: The service successfully analyzed the audio data. -
Constructor Summary
Constructors Constructor Description AudioListing()
-
Method Summary
Modifier and Type Method Description List<AudioResource>
getAudio()
Gets the audio.AudioResource
getContainer()
Gets the container.AudioDetails
getDetails()
Gets the details.Long
getDuration()
Gets the duration.String
getName()
Gets the name.String
getStatus()
Gets the status.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AudioListing
public AudioListing()
-
-
Method Details
-
getDuration
Gets the duration.**For an audio-type resource,** the total seconds of audio in the resource. Omitted for an archive-type resource.
- Returns:
- the duration
-
getName
Gets the name.**For an audio-type resource,** the user-specified name of the resource. Omitted for an archive-type resource.
- Returns:
- the name
-
getDetails
Gets the details.**For an audio-type resource,** an `AudioDetails` object that provides detailed information about the resource. The object is empty until the service finishes processing the audio. Omitted for an archive-type resource.
- Returns:
- the details
-
getStatus
Gets the status.**For an audio-type resource,** the status of the resource: * `ok`: The service successfully analyzed the audio data. The data can be used to train the custom model. * `being_processed`: The service is still analyzing the audio data. The service cannot accept requests to add new audio resources or to train the custom model until its analysis is complete. * `invalid`: The audio data is not valid for training the custom model (possibly because it has the wrong format or sampling rate, or because it is corrupted).
Omitted for an archive-type resource.
- Returns:
- the status
-
getContainer
Gets the container.**For an archive-type resource,** an object of type `AudioResource` that provides information about the resource. Omitted for an audio-type resource.
- Returns:
- the container
-
getAudio
Gets the audio.**For an archive-type resource,** an array of `AudioResource` objects that provides information about the audio-type resources that are contained in the resource. Omitted for an audio-type resource.
- Returns:
- the audio
-