Unidad: PDFium
Almacena la cadena entregada a un motor de voz junto con los tramos que la relacionan con el texto de página PDF
Syntax
type TPdfSpokenText = record ... end;
Fields
| Field | Type | Purpose |
Text | WString | String passed to the speech engine |
Spans | TPdfSpokenSpans | Mapped 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
- Los nombres de API, los nombres de tipo, los nombres de archivo y los términos de PDF conservan su ortografía original para que la búsqueda de código siga siendo fiable
- Build chunks with
SpokenTextAppend or BuildSpokenTextFromWords
See Also