参数 | 类型 | 必须 | 说明 |
GetAllResource | bool | 是 | 为 false 时查询当前 appkey 对应资源,为 true 时查询当前用户所有资源 |
AnchorCode | string | 是 |
参数 | 类型 | 必须 | 说明 |
VirtualmanResources | Array of [VirtualmanResource] | 是 | 客户权限下对应的数智人资源 |
参数 | 类型 | 必须 | 说明 |
AppKey | string | 是 | 申请的 AppKey |
Virtualmans | Array of [Virtualman] | 是 | 该角色 code 下的数智人 |
参数 | 类型 | 必须 | 说明 |
VirtualmanKey | string | 是 | 定义播报的角色、服装、姿态、分辨率等信息 |
Name | string | 是 | 角色名称 |
Code | string | 是 | 角色 code |
ClothesName | string | 是 | 数智人服装 |
PoseName | string | 是 | 数智人姿态 |
Resolution | string | 是 | 数智人分辨率 |
HeaderImage | string | 是 | 数智人头像图片 url |
PoseImage | string | 是 | 数智人姿态图片 url |
ClothesImage | string | 是 | 数智人服装图片 url |
SupportDriverTypes | Array of [string] | 是 | 数智人支持的驱动类型 1. Text: 文本驱动 2. OriginalVoice: 原声音频驱动 3. ModulatedVoice: 变声音频驱动 |
SupportAnchorExtraParams | Array if [SupportAnchorExtraParam] | 是 | 数智人可配置形象参数说明,目前仅包含3D服装变色参数 |
OriginZoom | string型浮点数 | 是 | 数智人初始缩放系数,值精确到小数点后3位 |
{"Header": {},"Payload": {"GetAllResource": true,"AnchorCode": "yani"}}
{"Header": {"Code": 0,"Message": "","RequestID": "123"},"Payload": {"VirtualmanResources": [{"AppKey": "22222","Virtualmans": [{"VirtualmanKey": "abddd","AnchorName": "雅妮","AnchorCode": "yani","ClothesName": "黄色西服","PoseName": "站姿","Resolution": "1920x1080","HeaderImage": "url","PoseImage": "url","ClothesImage": "url","SupportDriverTypes": ["Text","OriginalVoice"],"SupportAnchorExtraParams": [{"Key": "shirtColor","Description": "西服颜色","Type": 1,"Value": ["colorValue"]},{"Key": "clotheColor","Description": "衬衣颜色","Type": 1,"Value": ["colorValue"]}]}]}]}}
本页内容是否解决了您的问题?