logo算法信息提取
This commit is contained in:
parent
02453beceb
commit
545785561b
|
@ -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返回基础信息
|
||||
|
|
Loading…
Reference in New Issue
Block a user