云蝠智能 AI知识中心
所有文章
完整版
完整版
客户端
API文档
升级日志
合作伙伴
基础知识
产品介绍
帮助中心
API文档
数字人
AI客户联络
AI语音质检
开发指引
API接口
用户
翻译
任务
任务详情
敏感词
账单流水
评分等级
白标接口及地址
AI客户联络中心 升级日志
数字人升级日志
线索挖掘 升级日志
业务常见问题QA
其他文档
行业案例
语种配置展示
最后更新于 2023/07/05   阅读数 82

语种配置展示


  • 接口: user/language/init

  • 请求方式: GET

  • 返回内容示例

    {
        "code": 0,
        "msg": "success",
        "data": [
            {
                "groupId": 1,  // 语种组id
                "name": "通用", //语种组名称
                "list": [     //语种
                    {
                        "id": "1379645607811399684", //语种id
                        "name": "普通话", //语种名称
                        "introduction": "可用于电话外呼、电话语音导航、电话质检、坐席助手等业务", //语种介绍
                        "groupId": 1,  //语种组id
                        "selected": 1,  //是否选择(0:未选择 1:已选择)
                        "whetherChinese": 1, //语种类型  1:中文  0:外文  
                        "icon": "Mandarin-input.svg" //语种图标
                    },
                    {
                        "id": "1379645607647821825",
                        "name": "粤语",
                        "introduction": "粤语的9音调、特殊字、语序和用词习惯的定制优化。",
                        "groupId": 1,
                        "selected": 0,
                        "whetherChinese": 1,
                        "icon": "Yueyu-input.svg"
                    }
                ]
            },
            {
                "groupId": 2,
                "name": "教育内容分析",
                "list": [
                    {
                        "id": "1379645607828176903",
                        "name": "教育内容分析(中文)",
                        "introduction": "适用于教育课堂中的中文语音识别内容分析,或质检等场景",
                        "groupId": 2,
                        "selected": 0,
                        "whetherChinese": 1,
                        "icon": "Education-china.svg"
                    },
                    {
                        "id": "1379645607828176904",
                        "name": "教育内容分析(英文)",
                        "introduction": "适用于教育课堂中的英文语音识别内容分析,或质检等场景",
                        "groupId": 2,
                        "selected": 0,
                        "whetherChinese": 1,
                        "icon": "Education-english.svg"
                    }
                ]
            },
            {
                "groupId": 3,
                "name": "司法场景",
                "list": [
                    {
                        "id": "1379645607828176905",
                        "name": "司法场景",
                        "introduction": "适用于在线司法智慧庭审场景",
                        "groupId": 3,
                        "selected": 0,
                        "whetherChinese": 1,
                        "icon": "Judicia.svg"
                    }
                ]
            }
        ],
        "meta": ""
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
未能解决您的问题?请联系
本篇目录

语种配置展示