public class AudioDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | AudioDetails.Compression**For an archive-type resource,** the format of the compressed archive:
 * `zip` for a **.zip** file
 * `gzip` for a **.tar.gz** file
 Omitted for an audio-type resource. | 
| static interface  | AudioDetails.TypeThe type of the audio resource:
 * `audio` for an individual audio file
 * `archive` for an archive (**.zip** or **.tar.gz**) file that contains audio files
 * `undetermined` for a resource that the service cannot validate (for example, if the user mistakenly passes a file
 that does not contain audio, such as a JPEG file). | 
| Constructor and Description | 
|---|
| AudioDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCodec()Gets the codec. | 
| java.lang.String | getCompression()Gets the compression. | 
| java.lang.Long | getFrequency()Gets the frequency. | 
| java.lang.String | getType()Gets the type. | 
public java.lang.String getType()
public java.lang.String getCodec()
public java.lang.Long getFrequency()
public java.lang.String getCompression()