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返回基础信息