음성 엔진이 단어 위치를 보고하지 않을 때 경과 시간 기반 단어 추정을 사용하도록 합니다
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