MalyutinS / DotNetIvonaAPI

Ivona Text-to-Speech API implementation example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotNetIvonaAPI

Ivona Text-to-Speech API implementation example using C# language and the .NET Framework

This implementation based on the documentation from Ivona

Please, obtain your own keys to use API and replace two lines below with your values:

    const string AccessKey = "AccessKey";
    const string SecretKey = "SecretKey";

About

Ivona Text-to-Speech API implementation example


Languages

Language:C# 100.0%