public class AiRecognitionTaskFaceSegmentItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiRecognitionTaskFaceSegmentItem() | 
| AiRecognitionTaskFaceSegmentItem(AiRecognitionTaskFaceSegmentItem 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 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。 | 
| Float | getConfidence()Get 识别片段置信度。取值:0~100。 | 
| Float | getEndTimeOffset()Get 识别片段终止的偏移时间,单位:秒。 | 
| Float | getStartTimeOffset()Get 识别片段起始的偏移时间,单位:秒。 | 
| void | setAreaCoordSet(Long[] AreaCoordSet)Set 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。 | 
| void | setConfidence(Float Confidence)Set 识别片段置信度。取值:0~100。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AiRecognitionTaskFaceSegmentItem()
public AiRecognitionTaskFaceSegmentItem(AiRecognitionTaskFaceSegmentItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - 识别片段起始的偏移时间,单位:秒。public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - 识别片段终止的偏移时间,单位:秒。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - 识别片段置信度。取值:0~100。public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet - 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。Copyright © 2025. All rights reserved.