public class AudioResource extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | AudioResource.StatusThe status of the audio resource: * `ok` indicates that the service has successfully analyzed the audio data. | 
| Constructor and Description | 
|---|
| AudioResource() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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, toStringpublic java.lang.Double getDuration()
public java.lang.String getName()
public AudioDetails getDetails()
public java.lang.String getStatus()