PDFium Component Docs

TPdfSpokenText 레코드

유닛: PDFium
음성 엔진에 넘길 문자열과 그것을 PDF 페이지 텍스트로 되돌리는 span을 저장합니다

Syntax

type TPdfSpokenText = record ... end;

Fields

FieldTypePurpose
TextWStringString passed to the speech engine
SpansTPdfSpokenSpansMapped runs that translate spoken offsets back to page text

Description

A TPdfSpokenText chunk can represent a page, one reading unit, or any caller-defined read-aloud segment

Remarks

See Also

TPdfSpokenSpan, BuildSpokenTextFromWords, TPdfReadingSession.LoadSpoken