SpeechSynthesisRequestInputStream.Write(String) Method

Definition

Writes a piece of text to the input stream.

public void Write (string text);
member this.Write : string -> unit
Public Sub Write (text As String)

Parameters

text
String

The text to write, only plain text is supported.

Applies to