Skip to content

Voices

This example assumes using Anam; is in scope and apiKey contains your Anam API key.

1
2
3
4
5
var client = new AnamClient(apiKey);

var response = await client.Voices.ListVoicesAsync(
    page: 1,
    perPage: 10);