public class GroupInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
GroupInfo() |
GroupInfo(GroupInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBrief()
Get 图库简介。
|
String |
getCreateTime()
Get 图库创建时间。
|
String |
getGroupId()
Get 图库Id。
|
String |
getGroupName()
Get 图库名称。
|
Long |
getGroupType()
Get 图库类型,对应不同服务类型,默认为1。建议手动调整为4~6,1~3为历史版本,不推荐。
参数值:
4:在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。
5:在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。
6:在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。
|
Long |
getMaxCapacity()
Get 图库容量。
|
Long |
getMaxQps()
Get 该库的访问限频 。
|
Long |
getPicCount()
Get 图库图片数量。
|
String |
getUpdateTime()
Get 图库更新时间。
|
void |
setBrief(String Brief)
Set 图库简介。
|
void |
setCreateTime(String CreateTime)
Set 图库创建时间。
|
void |
setGroupId(String GroupId)
Set 图库Id。
|
void |
setGroupName(String GroupName)
Set 图库名称。
|
void |
setGroupType(Long GroupType)
Set 图库类型,对应不同服务类型,默认为1。建议手动调整为4~6,1~3为历史版本,不推荐。
参数值:
4:在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。
5:在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。
6:在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。
|
void |
setMaxCapacity(Long MaxCapacity)
Set 图库容量。
|
void |
setMaxQps(Long MaxQps)
Set 该库的访问限频 。
|
void |
setPicCount(Long PicCount)
Set 图库图片数量。
|
void |
setUpdateTime(String UpdateTime)
Set 图库更新时间。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GroupInfo()
public GroupInfo(GroupInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 图库Id。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 图库名称。public String getBrief()
public void setBrief(String Brief)
Brief
- 图库简介。public Long getMaxCapacity()
public void setMaxCapacity(Long MaxCapacity)
MaxCapacity
- 图库容量。public Long getMaxQps()
public void setMaxQps(Long MaxQps)
MaxQps
- 该库的访问限频 。public Long getGroupType()
public void setGroupType(Long GroupType)
GroupType
- 图库类型,对应不同服务类型,默认为1。建议手动调整为4~6,1~3为历史版本,不推荐。
参数值:
4:在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。
5:在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。
6:在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。public Long getPicCount()
public void setPicCount(Long PicCount)
PicCount
- 图库图片数量。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 图库创建时间。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 图库更新时间。Copyright © 2024. All rights reserved.