public class AiRecognitionTaskObjectSeqmentItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiRecognitionTaskObjectSeqmentItem() | 
| AiRecognitionTaskObjectSeqmentItem(AiRecognitionTaskObjectSeqmentItem 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 Zone coordinates of the recognition result. | 
| Float | getConfidence()Get Confidence of a recognized segment. | 
| Float | getEndTimeOffset()Get End time offset of a recognized segment, in seconds. | 
| Float | getStartTimeOffset()Get Start time offset of a recognized segment, in seconds. | 
| void | setAreaCoordSet(Long[] AreaCoordSet)Set Zone coordinates of the recognition result. | 
| void | setConfidence(Float Confidence)Set Confidence of a recognized segment. | 
| void | setEndTimeOffset(Float EndTimeOffset)Set End time offset of a recognized segment, in seconds. | 
| void | setStartTimeOffset(Float StartTimeOffset)Set Start time offset of a recognized 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 AiRecognitionTaskObjectSeqmentItem()
public AiRecognitionTaskObjectSeqmentItem(AiRecognitionTaskObjectSeqmentItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Start time offset of a recognized segment, in seconds.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - End time offset of a recognized segment, in seconds.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Confidence of a recognized segment. Value range: 0-100.public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet - Zone coordinates of the recognition result. An array contains four elements: [x1, y1, x2, y2], representing the horizontal and vertical coordinates of the top-left and bottom-right corners, respectively.Copyright © 2025. All rights reserved.