IRekognitionAudioMetadata
Interface in AWS.Rekognition
Interface for AudioMetadata.
Properties
Codec
property Codec: string
The audio codec used to encode/decode the audio stream.
DurationMillis
property DurationMillis: TOptional<Int64>
The duration of the audio stream in milliseconds.
NumberOfChannels
property NumberOfChannels: TOptional<Integer>
The number of audio channels in the segment.
SampleRate
property SampleRate: TOptional<Integer>
The sample rate for the audio stream.