public class DetectLabelItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DetectLabelItem() | 
| DetectLabelItem(DetectLabelItem 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 | 
|---|---|
| Long | getConfidence()Get 算法对于Name的置信度,0-100之间,值越高,表示对于Name越确定。 | 
| String | getFirstCategory()Get 标签的一级分类 | 
| String | getName()Get 图片中的物体名称。 | 
| String | getSecondCategory()Get 标签的二级分类 | 
| void | setConfidence(Long Confidence)Set 算法对于Name的置信度,0-100之间,值越高,表示对于Name越确定。 | 
| void | setFirstCategory(String FirstCategory)Set 标签的一级分类 | 
| void | setName(String Name)Set 图片中的物体名称。 | 
| void | setSecondCategory(String SecondCategory)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, toJsonStringpublic DetectLabelItem()
public DetectLabelItem(DetectLabelItem source)
public String getName()
public void setName(String Name)
Name - 图片中的物体名称。public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence - 算法对于Name的置信度,0-100之间,值越高,表示对于Name越确定。public String getFirstCategory()
public void setFirstCategory(String FirstCategory)
FirstCategory - 标签的一级分类public String getSecondCategory()
public void setSecondCategory(String SecondCategory)
SecondCategory - 标签的二级分类Copyright © 2025. All rights reserved.