SpeechSynthesisStream.CanRead Property

Definition

Gets whether SpeechSynthesisStream can be read from.

public:
 property bool CanRead { bool get(); };
bool CanRead();
public bool CanRead { get; }
var boolean = speechSynthesisStream.canRead;
Public ReadOnly Property CanRead As Boolean

Property Value

Boolean

bool

True if the stream can be read from; otherwise false.

Implements

Applies to

See also