ITtsEngineSite Interface
.NET Framework (current version)
Provides methods for writing audio data and events.
Assembly: System.Speech (in System.Speech.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | AddEvents(array<SpeechEventInfo>^, Int32) | Adds one or more events to the EventInterest property. |
![]() | 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. |
.NET Framework
Available since 3.0
Available since 3.0
Show:

