public class AudioResource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
AudioResource.Status
The status of the audio resource:
* `ok`: The service successfully analyzed the audio data.
|
Constructor and Description |
---|
AudioResource() |
Modifier and Type | Method and Description |
---|---|
AudioDetails |
getDetails()
Gets the details.
|
java.lang.Long |
getDuration()
Gets the duration.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getStatus()
Gets the status.
|
public java.lang.Long getDuration()
public java.lang.String getName()
public AudioDetails getDetails()
public java.lang.String getStatus()