logo算法信息提取

This commit is contained in:
menghaiwen@fusen.cn 2024-01-22 16:02:38 +08:00
parent c67f47eddc
commit 665047fdbc

View File

@ -54,9 +54,10 @@ message LogoAiInfoGetReq {
string logo_crop_type = 4; //
repeated string recommend_templates = 5; //
string is_all_template = 6; //
bytes preprocess_logo_metadata =7; // logo数据库额外参数
}
message LogoAiInfoGetRes {
bytes metadata =1;
bytes metadata =1; // AI返回基础信息
}
/* logo算法信息提取 */