Class: ITRITTS

itri-tts-async~ITRITTS()

new ITRITTS()

A class which only has a static method `create` to produce `TTSClient`
Source:

Methods

(static) create(account, password) → {Promise.<TTSClient>}

Main class to operate TTS Web service
Parameters:
Name Type Description
account string account of TTS Web service
password string password of TTS Web service
Source:
Returns:
Type
Promise.<TTSClient>