PDFium Delphi Component Docs

FeedSpokenPosition метод

Class: TPdfReadingSession  ·  Модуль: PDFium
Передаёт текущее смещение произносимого текста в трекер слов

Syntax

procedure FeedSpokenPosition(SpokenOffset: Integer);

Parameters

SpokenOffsetInteger - Zero-based offset in the current chunk text

Description

The method maps the offset through the current chunk TPdfSpokenText spans and moves the attached TPdfView word cursor

It is ignored unless State is pssSpeaking

Remarks

Example

ReadingSession1.FeedSpokenPosition(InputWordPosition);

See Also

TPdfReadingSession, TPdfReadingSession.State