« Back to Product

Documentation

TTSAWSPOLLY_GenerateFile

Require: IP-Symcon >= 5.1

 string TTSAWSPOLLY_GenerateFile (int $InstanceID, string $Text) 

Parameters

InstanceID

ID of the Instance

Text

Voice data

Returns

Voice data filename

Description

Queries the text via AWS and returns the file name to the vocie data.

Example

echo TTSAWSPOLLY_GenerateFile(12345, "this is a test");
Any questions?