functional overview
Speech reading of the specified text string is performed.
Details of Functions
Speech reading of the specified text string is performed.
- Operation Status by OS
-
OS run state (of a process) Android It works. iOS Not available. Windows Not available.
- attention (heed)
-
About the language of the readout data
Starting with version 2.20.08, you can select the language used for text-to-speech. The default setting is "default" (use the language set on the device).
Therefore, if you have created text-to-speech logic with a version earlier than version 2.20.08, please note that the language in which the text is read will be different on non-Japanese devices.
parameter
- argument (e.g. function, program, programme)
-
speech string character string data
Specifies a string to be read out.PHS numeric data
Specifies the height of the voice when reading out loud. (0-100)rate numeric data
Specifies the playback speed when reading out loud. (0-100)volume (sound) numeric data
Specifies the volume at which reading is performed. (0-100)readout data
Registration Type
Specify how to register reading data.
classification What it does Play it later After the text reading in progress is finished,
Text is read out loud.Play immediately Interrupts the text reading in progress,
Play immediately.Language
Specifies the language of the readout data.
classification What it does default Read out loud in the language set on the device. English (language) Read out as English sentences. Japanese (language) Read out as a Japanese sentence. Chinese (Simplified) Read out as simplified Chinese text.
- return value
- None.