public class QualityControlItem extends AbstractModel
header, skipSign
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[] |
getAreaCoordSet()
Get The coordinates (px) of the top left and bottom right corner.
|
Long |
getConfidence()
Get The confidence score.
|
Float |
getEndTimeOffset()
Get The end timestamp (second) of the segment.
|
Float |
getStartTimeOffset()
Get The start timestamp (second) of the segment.
|
void |
setAreaCoordSet(Long[] AreaCoordSet)
Set The coordinates (px) of the top left and bottom right corner.
|
void |
setConfidence(Long Confidence)
Set The confidence score.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set The end timestamp (second) of the segment.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set The start timestamp (second) of the segment.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QualityControlItem()
public QualityControlItem(QualityControlItem source)
public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence
- The confidence score. Value range: 0-100.
Note: This field may return null, indicating that no valid values can be obtained.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- The start timestamp (second) of the segment.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- The end timestamp (second) of the segment.public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet
- The coordinates (px) of the top left and bottom right corner.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.