يستخدم الزمن المنقضي لتقدير موضع الكلمة عندما لا يوفّر المحرك إشارة موضع
Syntax
property EstimatePacing: Boolean;
Description
Access: Read/write
When enabled, Tick uses EstimateSpokenWordIndex with ElapsedMs and EstimatedWordsPerMinute
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
ReadingSession1.EstimatePacing := True;
See Also