Class: TextToSpeech

TextToSpeech

watson.text_to_speech({version: 'v1', ...});

Parameters:
Name Type Description
options
Source:

Methods

synthesize(options, callback)

Streaming speech synthesis of the text in a query parameter
Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Description
text String
voice String <optional>
accept String <optional>
X-Watson-Learning-Opt-Out Boolean <optional>
callback function
Source:

voices()

Retrieves the voices available for speech synthesis
Source: