public class QualityInspectItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
QualityInspectItem() |
QualityInspectItem(QualityInspectItem 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 Detect abnormality in the area coordinates.
|
Long |
getConfidence()
Get Confidence threshold, range: [0, 100].
|
Float |
getEndTimeOffset()
Get Abnormal segment termination's offset time, unit: seconds.
|
Float |
getStartTimeOffset()
Get Abnormal segment start offset time, unit: seconds.
|
void |
setAreaCoordSet(Long[] AreaCoordSet)
Set Detect abnormality in the area coordinates.
|
void |
setConfidence(Long Confidence)
Set Confidence threshold, range: [0, 100].
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set Abnormal segment termination's offset time, unit: seconds.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Abnormal segment start offset time, unit: seconds.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QualityInspectItem()
public QualityInspectItem(QualityInspectItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Abnormal segment start offset time, unit: seconds.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - Abnormal segment termination's offset time, unit: seconds.public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet - Detect abnormality in the area coordinates. The array contains 4 elements [x1, y1, x2, y2], which indicate the horizontal and vertical coordinates of the upper left and lower right points of the area in sequence. Pay attention to: The value of this field is valid only when Type is one of the following: public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence - Confidence threshold, range: [0, 100]. Pay attention to: This field is valid only when Type has one of the following values: Copyright © 2025. All rights reserved.