public class Logo extends AbstractModel
Constructor and Description |
---|
Logo() |
Logo(Logo 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 |
---|---|
Float |
getConfidence()
Get logo图标置信度
|
String |
getName()
Get logo图标名称
|
RrectF |
getRrectF()
Get logo图标坐标信息
|
void |
setConfidence(Float Confidence)
Set logo图标置信度
|
void |
setName(String Name)
Set logo图标名称
|
void |
setRrectF(RrectF RrectF)
Set logo图标坐标信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Logo()
public Logo(Logo source)
public RrectF getRrectF()
public void setRrectF(RrectF RrectF)
RrectF
- logo图标坐标信息public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- logo图标置信度public String getName()
public void setName(String Name)
Name
- logo图标名称Copyright © 2021. All rights reserved.