FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
The PDFTextToSpeechUtterance represents a speech request, It contains a piece of text content and the page number of the text content in the PDF document, as well as other relevant information. More...
Public Attributes | |
number | pageIndex |
The page number on which the text content resides. More... | |
PDFRect | rect |
The rectangular boundary of the text content relative to the page. More... | |
string | text |
The text content parsed from a PDF document. More... | |
The PDFTextToSpeechUtterance represents a speech request, It contains a piece of text content and the page number of the text content in the PDF document, as well as other relevant information.
number PDFTextToSpeechUtterance::pageIndex |
The page number on which the text content resides.
PDFRect PDFTextToSpeechUtterance::rect |
The rectangular boundary of the text content relative to the page.
string PDFTextToSpeechUtterance::text |
The text content parsed from a PDF document.