Click or drag to resize

AudioDetails Class

The Audio Details object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1AudioDetails

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AudioDetails

The AudioDetails type exposes the following members.

Constructors
  NameDescription
Public methodAudioDetails
Initializes a new instance of the AudioDetails class
Top
Properties
  NameDescription
Public propertycodec
For an audio-type resource, the codec in which the audio is encoded. Omitted for an archive-type resource.
Public propertycompression
For an archive-type resource, the format of the compressed archive. `zip` for a .zip file. `gzip` for a.tar.gz file
Public propertyfrequency
For an audio-type resource, the sampling rate of the audio in Hertz (samples per second). Omitted for an archive-type resource.
Public propertytype
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
Top
See Also