Class DetectionLabelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.DetectionLabelInfo
-
public class DetectionLabelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DetectionLabelInfo()
DetectionLabelInfo(DetectionLabelInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFrameType()
Get 类别 注意:此字段可能返回 null,表示取不到有效值。String[]
getLabels()
Get 标签 注意:此字段可能返回 null,表示取不到有效值。PointInfo[]
getPoints()
Get 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。void
setFrameType(String FrameType)
Set 类别 注意:此字段可能返回 null,表示取不到有效值。void
setLabels(String[] Labels)
Set 标签 注意:此字段可能返回 null,表示取不到有效值。void
setPoints(PointInfo[] Points)
Set 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DetectionLabelInfo
public DetectionLabelInfo()
-
DetectionLabelInfo
public DetectionLabelInfo(DetectionLabelInfo 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.
-
-
Method Detail
-
getPoints
public PointInfo[] getPoints()
Get 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Points 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。
-
setPoints
public void setPoints(PointInfo[] Points)
Set 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Points
- 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。
-
getLabels
public String[] getLabels()
Get 标签 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Labels 标签 注意:此字段可能返回 null,表示取不到有效值。
-
setLabels
public void setLabels(String[] Labels)
Set 标签 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Labels
- 标签 注意:此字段可能返回 null,表示取不到有效值。
-
getFrameType
public String getFrameType()
Get 类别 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FrameType 类别 注意:此字段可能返回 null,表示取不到有效值。
-
setFrameType
public void setFrameType(String FrameType)
Set 类别 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FrameType
- 类别 注意:此字段可能返回 null,表示取不到有效值。
-
-