Skip to content

用户语音

获取语种支持

  1. 请求链接: /api/user/getSupportedLangs

  2. 请求方式: POST

  3. 参数说明:

名称类型是否必需示例描述
  1. 返回参数及示例:
参数类型描述
errorCodeInt错误码
descriptionString描述信息
dataArray语种列表
  langString语种
  lang_nameString语种名称
  voicesArray语音列表
    timbreString音色
    textString语音名称
json
{
  "errorCode": 0,
  "description": "success",
  "data": [
    {
      "lang": "zh_CN",
      "lang_name": "简体中文",
      "voices": [
        {
          "timbre": "zh-cn-XiaoxiaoNeural",
          "text": "女声"
        },
        {
          "timbre": "zh-cn-YunxiNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "zh_TW",
      "lang_name": "繁体中文(中国台湾)",
      "voices": [
        {
          "timbre": "zh-TW-HsiaoYuNeural",
          "text": "女声"
        },
        {
          "timbre": "zh-TW-YunJheNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "zh_HK",
      "lang_name": "繁体中文(中国香港)",
      "voices": [
        {
          "timbre": "yue-CN-XiaoMinNeural",
          "text": "女声"
        },
        {
          "timbre": "yue-CN-YunSongNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "en_US",
      "lang_name": "English",
      "voices": [
        {
          "timbre": "en-US-AvaMultilingualNeural",
          "text": "女声"
        },
        {
          "timbre": "en-US-AndrewMultilingualNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "fr_FR",
      "lang_name": "Français",
      "voices": [
        {
          "timbre": "fr-FR-DeniseNeural",
          "text": "女声"
        },
        {
          "timbre": "fr-FR-HenriNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "ru_RU",
      "lang_name": "Русский язык",
      "voices": [
        {
          "timbre": "ru-RU-SvetlanaNeural",
          "text": "女声"
        },
        {
          "timbre": "ru-RU-DmitryNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "de_DE",
      "lang_name": "Deutsch",
      "voices": [
        {
          "timbre": "de-DE-KatjaNeural",
          "text": "女声"
        },
        {
          "timbre": "de-DE-ConradNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "ja_JP",
      "lang_name": "日本語",
      "voices": [
        {
          "timbre": "ja-JP-NanamiNeural",
          "text": "女声"
        },
        {
          "timbre": "ja-JP-KeitaNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "ko_KR",
      "lang_name": "한국어",
      "voices": [
        {
          "timbre": "ko-KR-SunHiNeural",
          "text": "女声"
        },
        {
          "timbre": "ko-KR-InJoonNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "it_IT",
      "lang_name": "Italiano",
      "voices": [
        {
          "timbre": "it-IT-ElsaNeural",
          "text": "女声"
        },
        {
          "timbre": "it-IT-DiegoNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "uk_UA",
      "lang_name": "Українська",
      "voices": [
        {
          "timbre": "uk-UA-PolinaNeural",
          "text": "女声"
        },
        {
          "timbre": "uk-UA-OstapNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "pt_PT",
      "lang_name": "Protuguês",
      "voices": [
        {
          "timbre": "pt-PT-RaquelNeural",
          "text": "女声"
        },
        {
          "timbre": "pt-PT-DuarteNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "es_ES",
      "lang_name": "Español",
      "voices": [
        {
          "timbre": "es-ES-ElviraNeural",
          "text": "女声"
        },
        {
          "timbre": "es-ES-AlvaroNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "ar_SA",
      "lang_name": "اللغة العربية",
      "voices": [
        {
          "timbre": "ar-SA-ZariyahNeural",
          "text": "女声"
        },
        {
          "timbre": "ar-SA-HamedNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "vi_VN",
      "lang_name": "Tiếng Việt",
      "voices": [
        {
          "timbre": "vi-VN-HoaiMyNeural",
          "text": "女声"
        },
        {
          "timbre": "vi-VN-NamMinhNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "ms_MY",
      "lang_name": "Bahasa Melayu",
      "voices": [
        {
          "timbre": "ms-MY-YasminNeural",
          "text": "女声"
        },
        {
          "timbre": "ms-MY-OsmanNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "nl_NL",
      "lang_name": "Nederlands",
      "voices": [
        {
          "timbre": "nl-NL-ColetteNeural",
          "text": "女声"
        },
        {
          "timbre": "nl-NL-MaartenNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "ro_RO",
      "lang_name": "Română",
      "voices": [
        {
          "timbre": "ro-RO-AlinaNeural",
          "text": "女声"
        },
        {
          "timbre": "ro-RO-EmilNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "lt_LT",
      "lang_name": "Lietuvių kalba",
      "voices": [
        {
          "timbre": "lt-LT-OnaNeural",
          "text": "女声"
        },
        {
          "timbre": "lt-LT-LeonasNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "sv_SE",
      "lang_name": "Svenska",
      "voices": [
        {
          "timbre": "sv-SE-SofieNeural",
          "text": "女声"
        },
        {
          "timbre": "sv-SE-MattiasNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "et_EE",
      "lang_name": "Eesti",
      "voices": [
        {
          "timbre": "et-EE-AnuNeural",
          "text": "女声"
        },
        {
          "timbre": "et-EE-KertNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "pl_PL",
      "lang_name": "Polski",
      "voices": [
        {
          "timbre": "pl-PL-AgnieszkaNeural",
          "text": "女声"
        },
        {
          "timbre": "pl-PL-MarekNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "sk_SK",
      "lang_name": "Slovenčina",
      "voices": [
        {
          "timbre": "sk-SK-ViktoriaNeural",
          "text": "女声"
        },
        {
          "timbre": "sk-SK-LukasNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "cs_CZ",
      "lang_name": "Čeština",
      "voices": [
        {
          "timbre": "cs-CZ-VlastaNeural",
          "text": "女声"
        },
        {
          "timbre": "cs-CZ-AntoninNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "el_GR",
      "lang_name": "Ελληνικά",
      "voices": [
        {
          "timbre": "el-GR-AthinaNeural",
          "text": "女声"
        },
        {
          "timbre": "el-GR-NestorasNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "he_IL",
      "lang_name": "עברית",
      "voices": [
        {
          "timbre": "he-IL-HilaNeural",
          "text": "女声"
        },
        {
          "timbre": "he-IL-AvriNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "sr_RS",
      "lang_name": "Српски",
      "voices": [
        {
          "timbre": "sr-RS-SophieNeural",
          "text": "女声"
        },
        {
          "timbre": "sr-RS-NicholasNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "tr_TR",
      "lang_name": "Türkçe",
      "voices": [
        {
          "timbre": "tr-TR-EmelNeural",
          "text": "女声"
        },
        {
          "timbre": "tr-TR-AhmetNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "hu_HU",
      "lang_name": "Magyar",
      "voices": [
        {
          "timbre": "hu-HU-NoemiNeural",
          "text": "女声"
        },
        {
          "timbre": "hu-HU-TamasNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "bg_BG",
      "lang_name": "Български",
      "voices": [
        {
          "timbre": "bg-BG-KalinaNeural",
          "text": "女声"
        },
        {
          "timbre": "bg-BG-BorislavNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "kk_KZ",
      "lang_name": "Қазақ тілі",
      "voices": [
        {
          "timbre": "kk-KZ-AigulNeural",
          "text": "女声"
        },
        {
          "timbre": "kk-KZ-DauletNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "bn_BD",
      "lang_name": "বাংলা",
      "voices": [
        {
          "timbre": "bn-BD-NabanitaNeural",
          "text": "女声"
        },
        {
          "timbre": "bn-BD-PradeepNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "hr_HR",
      "lang_name": "Hrvatski",
      "voices": [
        {
          "timbre": "hr-HR-GabrijelaNeural",
          "text": "女声"
        },
        {
          "timbre": "hr-HR-SreckoNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "th_TH",
      "lang_name": "ไทย",
      "voices": [
        {
          "timbre": "th-TH-PremwadeeNeural",
          "text": "女声"
        },
        {
          "timbre": "th-TH-NiwatNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "id_ID",
      "lang_name": "Bahasa Indonesia",
      "voices": [
        {
          "timbre": "id-ID-GadisNeural",
          "text": "女声"
        },
        {
          "timbre": "id-ID-ArdiNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "fi_FI",
      "lang_name": "Suomi",
      "voices": [
        {
          "timbre": "fi-FI-SelmaNeural",
          "text": "女声"
        },
        {
          "timbre": "fi-FI-HarriNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "da_DK",
      "lang_name": "Dansk",
      "voices": [
        {
          "timbre": "da-DK-ChristelNeural",
          "text": "女声"
        },
        {
          "timbre": "da-DK-JeppeNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "hi_IN",
      "lang_name": "हिंदी",
      "voices": [
        {
          "timbre": "hi-IN-SwaraNeural",
          "text": "女声"
        },
        {
          "timbre": "hi-IN-MadhurNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "ur_PK",
      "lang_name": "اردو",
      "voices": [
        {
          "timbre": "ur-PK-UzmaNeural",
          "text": "女声"
        },
        {
          "timbre": "ur-PK-AsadNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "hy_AM",
      "lang_name": "Հայերեն",
      "voices": [
        {
          "timbre": "hy-AM-AnahitNeural",
          "text": "女声"
        },
        {
          "timbre": "hy-AM-HaykNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "ka_GE",
      "lang_name": "ქართული",
      "voices": [
        {
          "timbre": "ka-GE-EkaNeural",
          "text": "女声"
        },
        {
          "timbre": "ka-GE-GiorgiNeural",
          "text": "男声"
        }
      ]
    },
    {
      "lang": "pt_BR",
      "lang_name": "Protuguês (Brasil)",
      "voices": [
        {
          "timbre": "pt-BR-FranciscaNeural",
          "text": "女声"
        },
        {
          "timbre": "pt-BR-AntonioNeural",
          "text": "男声"
        }
      ]
    }
  ]
}

鑫泓佳智能硬件通信协议文档