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.