Francisca-Neural not supported

Felipe Resende 26 Reputation points
2020-11-24T19:51:38.937+00:00

Hello, i have try to use the text to speech using the voice Francisca Neural pt-BR in the region of Brazil, but i am getting the following error:

"Unsupported voice pt-BR-FranciscaNeural."

i'm using as endpoint: https://brazilsouth.tts.speech.microsoft.com/cognitiveservices/v1

I would like to know if the voice Francisca neural is available?

Azure Cognitive Services
Azure Cognitive Services
A group of Azure artificial intelligence services and cognitive APIs that help build intelligent apps.
1,005 questions
No comments
1 vote

Accepted answer
  1. romungi-MSFT 30,211 Reputation points Microsoft Employee
    2020-11-25T07:17:40.92+00:00

    @Felipe Resende FranciscaNeural is currently not available for your endpoint or region i.e brazilsouth. You can get the list of voices supported for your endpoint using the list API. This voice can be used in other regions like westeurope where the voice is available in the list. Please try to use a resource from west europe and check if this works for you.

       {  
            "Name": "Microsoft Server Speech Text to Speech Voice (pt-BR, FranciscaNeural)",  
            "DisplayName": "Francisca",  
            "LocalName": "Francisca",  
            "ShortName": "pt-BR-FranciscaNeural",  
            "Gender": "Female",  
            "Locale": "pt-BR",  
            "StyleList": [  
                "calm"  
            ],  
            "SampleRateHertz": "24000",  
            "VoiceType": "Neural",  
            "Status": "GA"  
        },  
    
    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful