SpeechRecognitionStream.CanRead Property
Gets a value indicating whether the current stream supports reading.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CanRead As Boolean
Get
'Usage
Dim instance As SpeechRecognitionStream
Dim value As Boolean
value = instance.CanRead
public override bool CanRead { get; }
Property Value
Type: System.Boolean