public class AudioListing extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
AudioListing.Status
**For an audio-type resource,** the status of the resource: * `ok` indicates that the service has successfully
analyzed the audio data.
|
Constructor and Description |
---|
AudioListing() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AudioResource> |
getAudio()
Gets the audio.
|
AudioResource |
getContainer()
Gets the container.
|
AudioDetails |
getDetails()
Gets the details.
|
java.lang.Double |
getDuration()
Gets the duration.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getStatus()
Gets the status.
|
equals, hashCode, toString
public java.lang.Double getDuration()
public java.lang.String getName()
public AudioDetails getDetails()
public java.lang.String getStatus()
public AudioResource getContainer()
public java.util.List<AudioResource> getAudio()