public class AudioListing
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | AudioListing.Status_For an audio-type resource_, the status of the resource: * `ok`: The service successfully
 analyzed the audio data. | 
| Modifier and Type | Method and 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. | 
public Long getDuration()
_For an audio-type resource_, the total seconds of audio in the resource. Omitted for an archive-type resource.
public String getName()
_For an audio-type resource_, the user-specified name of the resource. Omitted for an archive-type resource.
public AudioDetails getDetails()
_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.
public String getStatus()
_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.
public AudioResource getContainer()
_For an archive-type resource_, an object of type `AudioResource` that provides information about the resource. Omitted for an audio-type resource.
public List<AudioResource> getAudio()
_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.
Copyright © 2023 IBM Cloud. All rights reserved.