SpeechRecognitionStream.Length Property
Gets the length in bytes of the stream. Not supported.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Length As Long
Get
'Usage
Dim instance As SpeechRecognitionStream
Dim value As Long
value = instance.Length
public override long Length { get; }
Property Value
Type: System.Int64