腾讯云智能数智人查询某个主播下所有的形象_AI解决方案_同尘科技
接口说明
根据主播 code 查询该角色下所有形象,例如该主播所有衣服、姿势、分辨率以及 VirtualmanKey
调用协议
HTTPS + JSONPOST /v2/ivh/videomaker/broadcastservice/getresourcebyanchorHeader Content-Type: application/json;charset=utf-8
请求参数
参数 | 类型 | 必须 | 说明 |
GetAllResource | bool | 是 | 为 false 时查询当前 appkey 对应资源,为 true 时查询当前用户所有资源 |
AnchorCode | string | 是 | 主播 code,可以通过客户资源查询主播接口获取 |
返回参数
参数 | 类型 | 必须 | 说明 |
VirtualmanResources | Array of [VirtualmanResource] | 是 | 客户权限下对应的数智人资源 |
VirtualmanResource
参数 | 类型 | 必须 | 说明 |
AppKey | string | 是 | 申请的 AppKey |
Virtualmans | Array of [Virtualman] | 是 | 该角色 code 下的数智人 |
Virtualman
参数 | 类型 | 必须 | 说明 |
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" ] } ] } ] } ] }}
对解决方案有疑惑?想了解解决方案收费? 联系解决方案专家
腾讯云限时活动1折起,即将结束: 马上收藏
同尘科技为腾讯云授权服务中心,购买腾讯云享受折上折,更有现金返利:同意关联,立享优惠
阿里云解决方案也看看?: 点击对比阿里云的解决方案
暂无评论,你要说点什么吗?