logo算法信息提取

This commit is contained in:
menghaiwen@fusen.cn
2024-01-22 16:13:31 +08:00
parent 02453beceb
commit 545785561b

View File

@@ -49,12 +49,13 @@ service resource {
/* logo算法信息提取 */
message LogoAiInfoGetReq {
string logo_url = 1;// logo地址
string version = 2;// 算法版本
string is_reverse = 3; // 是否反白
string logo_crop_type = 4; // 可拆类型
repeated string recommend_templates = 5; // 推荐模版
string is_all_template = 6; // 是否全部模版
bytes preprocess_logo_metadata =7; // logo数据库额外参数
string logo_id = 2;// logoID
string version = 3;// 算法版本
string is_reverse = 4; // 是否反白
string logo_crop_type = 5; // 可拆类型
string is_all_template = 7; // 是否全部模版
repeated string recommend_templates = 6; // 推荐模版
bytes preprocess_logo_metadata =8; // logo数据库额外参数
}
message LogoAiInfoGetRes {
bytes metadata =1; // AI返回基础信息