logo算法信息提取

This commit is contained in:
menghaiwen@fusen.cn
2024-01-23 17:40:10 +08:00
parent 83e598caa2
commit b79c053e00

View File

@@ -73,9 +73,11 @@ message LogoAiInfoGetReq {
optional int64 user_id = 101; // 用户ID
optional int64 guest_id = 102; // 访客ID
optional string get_type = 103; // 获取类型user_material=用户素材 temporary =临时
}
message LogoAiInfoGetRes {
bytes metadata =1; // AI返回基础信息
bytes metadata =1; // AI返回基础信息--logo
bytes metadata_preprocess_logo =2; // AI返回基础信息--logo数据库
}
/* logo算法信息提取 */