Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

SpeechAudioFormatInfo.AverageBytesPerSecond Property

Gets the average bytes per second of the audio.

Namespace:  Microsoft.Speech.AudioFormat
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public ReadOnly Property AverageBytesPerSecond As Integer
    Get
'Usage
Dim instance As SpeechAudioFormatInfo
Dim value As Integer

value = instance.AverageBytesPerSecond
public int AverageBytesPerSecond { get; }

Property Value

Type: System.Int32
An int containing the average bytes per second value.

See Also

Reference

SpeechAudioFormatInfo Class

SpeechAudioFormatInfo Members

Microsoft.Speech.AudioFormat Namespace