Speaks the content of a file fileName with flags.

Namespace:  SGP.Speech
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void SpeakFile(
	string fileName,
	SpeakFlags flags
)

Parameters

fileName
Type: System..::.String
The content of a file to be spoken.
flags
Type: SGP.Speech..::.SpeakFlags
Settings of the spoken text SpeakFlags.

See Also