Exemple #1
0
    void Start()
    {
        LogSystem.InstallDefaultReactors();

        //  Create credential and instantiate service
        Credentials credentials = new Credentials(_username, _password, _url);

        _textToSpeech = new IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.TextToSpeech(credentials);

        Runnable.Run(Examples());
    }