FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web
readAloud

Classes

class  AbstractPDFTextToSpeechSynthesis
 An abstract class that provides template methods to simplify the implementation of custom speech synthesizers. More...
 
interface  PDFTextToSpeechSynthesis
 The interface of the speech synthesizer. You need to implement all the methods and properties declared below when customizing the speech synthesizer. More...
 
class  PDFTextToSpeechSynthesisTemplate
 Template methods to simplify the implementation of custom speech synthesizers. More...
 
interface  PDFTextToSpeechUtterance
 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...
 
interface  ReadAloudOptions
 Interface describing the options of the speech synthesizer, including volume, rate, etc. More...
 
class  ReadAloudService
 Read aloud feature service. More...
 
interface  ReadAloudTextInformation
 Defines an interface for text content page number and text rectangle boundary information. More...
 

Enumerations

enum  PDFTextToSpeechSynthesisStatus { playing = 'playing', paused = 'paused', stopped = 'stopped' }
 An enumeration type that represents the state of a speech synthesizer. More...
 

Detailed Description

Enumeration Type Documentation

◆ PDFTextToSpeechSynthesisStatus

An enumeration type that represents the state of a speech synthesizer.

Since
8.0.0
Enumerator
playing 

This status indicates that the voice synthesizer is playing.

Since
8.0.0
paused 

This status indicates that the voice synthesizer has been paused.

Since
8.0.0
stopped 

This status indicates that the voice synthesizer has been stopped.

Since
8.0.0

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