TPdfReadingSession.OnSpeaktype TPdfReadingSpeakEvent = procedure(Sender: TObject; const Text: WString; Interrupt: Boolean) of object;
| Sender | TObject - The reading session |
| Text | WString - Chunk text to hand to the host speech engine |
| Interrupt | Boolean - True when the current engine queue should be interrupted before speaking |