public class AiRecognitionTaskObjectSegmentItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AiRecognitionTaskObjectSegmentItem()  | 
AiRecognitionTaskObjectSegmentItem(AiRecognitionTaskObjectSegmentItem 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 area coordinates of the recognition result. 
 | 
Float | 
getConfidence()
Get Identify segment confidence. 
 | 
Float | 
getEndTimeOffset()
Get Offset time to identify the end of the segment, in seconds. 
 | 
Float | 
getStartTimeOffset()
Get Identifies the offset time of the beginning of the segment, in seconds. 
 | 
void | 
setAreaCoordSet(Long[] AreaCoordSet)
Set The area coordinates of the recognition result. 
 | 
void | 
setConfidence(Float Confidence)
Set Identify segment confidence. 
 | 
void | 
setEndTimeOffset(Float EndTimeOffset)
Set Offset time to identify the end of the segment, in seconds. 
 | 
void | 
setStartTimeOffset(Float StartTimeOffset)
Set Identifies the offset time of the beginning of the segment, in 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 AiRecognitionTaskObjectSegmentItem()
public AiRecognitionTaskObjectSegmentItem(AiRecognitionTaskObjectSegmentItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Identifies the offset time of the beginning of the segment, in seconds.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - Offset time to identify the end of the segment, in seconds.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Identify segment confidence. Value: 0~100.public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet - The area coordinates of the recognition result. The array contains 4 elements [x1, y1, x2, y2], which in turn represent the horizontal and vertical coordinates of the upper left point and lower right point of the area.Copyright © 2025. All rights reserved.