Is there access to additional properties from the Speech Studio Voice Gallery via SDK or API?

Jones, Andrew 0 Reputation points
2025-02-06T18:37:01.8+00:00

The Speech Studio Voice Gallery includes additional information such as age groups, personality, and scenarios. However, when using the SDK or REST API to retrieve voices, only a limited set of properties is available. Are these additional properties accessible through the SDK or API? The /texttospeech/acc/v3.0-beta1/vcg/voices API endpoint used by the gallery is undocumented, and attempts to call it with a subscription ID result in a 404 error.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,632 questions
{count} votes

1 answer

Sort by: Most helpful
  1. santoshkc 15,355 Reputation points Microsoft External Staff Moderator
    2025-02-07T08:53:27.31+00:00

    Hi @Jones, Andrew,

    Thank you for reaching out to Microsoft Q&A forum!

    Currently, the Azure Speech SDK and REST API only provide basic properties for voices, such as name, locale, and gender. The additional details shown in the Speech Studio Voice Gallery are not exposed through the public API or SDK.

    The /texttospeech/acc/v3.0-beta1/vcg/voices endpoint you mentioned is likely an internal, undocumented API, which is why it's not accessible.

    If you’re looking for specific voice characteristics like styles or roles, you can use SSML with the mstts:express-as tag. This lets you adjust the speaking style for supported neural voices.

    Thank you.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.