public class QualityControlItem extends AbstractModel
Constructor and Description |
---|
QualityControlItem() |
QualityControlItem(QualityControlItem 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[] |
getAreaCoordsSet()
Get 区域坐标(px),即左上角坐标、右下角坐标
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getConfidence()
Get 置信度,取值范围是 0 到 100
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getEndTimeOffset()
Get 出现的结束时间戳,秒
|
Float |
getStartTimeOffset()
Get 出现的起始时间戳,秒
|
void |
setAreaCoordsSet(Long[] AreaCoordsSet)
Set 区域坐标(px),即左上角坐标、右下角坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfidence(Long Confidence)
Set 置信度,取值范围是 0 到 100
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set 出现的结束时间戳,秒
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set 出现的起始时间戳,秒
|
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 QualityControlItem()
public QualityControlItem(QualityControlItem source)
public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence
- 置信度,取值范围是 0 到 100
注意:此字段可能返回 null,表示取不到有效值。public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- 出现的起始时间戳,秒public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- 出现的结束时间戳,秒public Long[] getAreaCoordsSet()
public void setAreaCoordsSet(Long[] AreaCoordsSet)
AreaCoordsSet
- 区域坐标(px),即左上角坐标、右下角坐标
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.