FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web
PDFTextToSpeechUtterance Interface Reference

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...
 

Detailed Description

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.

Since
8.0.0

Member Data Documentation

◆ pageIndex

number PDFTextToSpeechUtterance::pageIndex

The page number on which the text content resides.

Since
8.0.0

◆ rect

PDFRect PDFTextToSpeechUtterance::rect

The rectangular boundary of the text content relative to the page.

See also
PDFPage.reverseDeviceRect
Since
8.0.0

◆ text

string PDFTextToSpeechUtterance::text

The text content parsed from a PDF document.

Since
8.0.0

Foxit Software Corporation Logo
@2024 Foxit Software Incorporated. All rights reserved.