AudioDetails Class |
Namespace: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
public class AudioDetails
The AudioDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| AudioDetails | Initializes a new instance of the AudioDetails class |
| Name | Description | |
|---|---|---|
| codec |
For an audio-type resource, the codec in which the audio is encoded. Omitted for an archive-type resource.
| |
| compression |
For an archive-type resource, the format of the compressed archive. `zip` for a .zip file. `gzip` for a.tar.gz file
| |
| frequency |
For an audio-type resource, the sampling rate of the audio in Hertz (samples per second). Omitted for an archive-type resource.
| |
| type |
The type of the audio resource. `audio` for an individual audio file. `archive` for an archive(.zip or .tar.gz) file that contains audio files
|