ITtsEngineSite Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for writing audio data and events.
public interface class ITtsEngineSite
public interface ITtsEngineSite
type ITtsEngineSite = interface
Public Interface ITtsEngineSite
Properties
Actions |
Determines the action or actions the engine should perform. |
EventInterest |
Determines the events the engine should raise. |
Rate |
Gets the speaking rate of the engine. |
Volume |
Gets the speaking volume of the engine. |
Methods
AddEvents(SpeechEventInfo[], Int32) |
Adds one or more events to the |
CompleteSkip(Int32) |
Returns the number of items skipped. |
GetSkipInfo() |
Returns the number and type of items to be skipped. |
LoadResource(Uri, String) |
Loads the resource at the specified URI. |
Write(IntPtr, Int32) |
Outputs audio data. |