public class AiRecognitionTaskAsrWordsSegmentItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiRecognitionTaskAsrWordsSegmentItem() | 
| AiRecognitionTaskAsrWordsSegmentItem(AiRecognitionTaskAsrWordsSegmentItem 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 | 
|---|---|
| Float | getConfidence()Get 识别片段置信度。取值:0~100。 | 
| Float | getEndTimeOffset()Get 识别片段终止的偏移时间,单位:秒。 | 
| Float | getStartTimeOffset()Get 识别片段起始的偏移时间,单位:秒。 | 
| 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 AiRecognitionTaskAsrWordsSegmentItem()
public AiRecognitionTaskAsrWordsSegmentItem(AiRecognitionTaskAsrWordsSegmentItem 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。Copyright © 2025. All rights reserved.