public class SmartSubtitleTaskAsrFullTextSegmentItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SmartSubtitleTaskAsrFullTextSegmentItem()  | 
SmartSubtitleTaskAsrFullTextSegmentItem(SmartSubtitleTaskAsrFullTextSegmentItem 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 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. 
 | 
String | 
getText()
Get Recognized text. 
 | 
WordResult[] | 
getWordlist()
Get Word timestamp information. 
 | 
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 | 
setText(String Text)
Set Recognized text. 
 | 
void | 
setWordlist(WordResult[] Wordlist)
Set Word timestamp information. 
 | 
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 SmartSubtitleTaskAsrFullTextSegmentItem()
public SmartSubtitleTaskAsrFullTextSegmentItem(SmartSubtitleTaskAsrFullTextSegmentItem source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Confidence of a recognized segment. Value range: 0-100.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 String getText()
public void setText(String Text)
Text - Recognized text.public WordResult[] getWordlist()
public void setWordlist(WordResult[] Wordlist)
Wordlist - Word timestamp information.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.