public class ClassifyDetectInfo extends AbstractModel
Constructor and Description |
---|
ClassifyDetectInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get 分类名称
|
Rect |
getRect()
Get 位置坐标
|
String |
getType()
Get 分类类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 分类名称
|
void |
setRect(Rect Rect)
Set 位置坐标
|
void |
setType(String Type)
Set 分类类型
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getName()
public void setName(String Name)
Name
- 分类名称public String getType()
public void setType(String Type)
Type
- 分类类型
注意:此字段可能返回 null,表示取不到有效值。public Rect getRect()
public void setRect(Rect Rect)
Rect
- 位置坐标Copyright © 2020. All rights reserved.