PDFium Delphi Component Docs

FeedSpokenPosition 메서드

Class: TPdfReadingSession  ·  유닛: PDFium
음성 엔진의 현재 spoken-text 오프셋을 단어 추적기에 전달합니다

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