public class SmartSubtitleTaskAsrFullTextResultOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
SmartSubtitleTaskAsrFullTextResultOutput() |
SmartSubtitleTaskAsrFullTextResultOutput(SmartSubtitleTaskAsrFullTextResultOutput 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 |
---|---|
SmartSubtitleTaskAsrFullTextSegmentItem[] |
getSegmentSet()
Get List of segments for full speech recognition.
|
String |
getSubtitlePath()
Get Subtitle file path.
|
void |
setSegmentSet(SmartSubtitleTaskAsrFullTextSegmentItem[] SegmentSet)
Set List of segments for full speech recognition.
|
void |
setSubtitlePath(String SubtitlePath)
Set Subtitle file path.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SmartSubtitleTaskAsrFullTextResultOutput()
public SmartSubtitleTaskAsrFullTextResultOutput(SmartSubtitleTaskAsrFullTextResultOutput source)
public SmartSubtitleTaskAsrFullTextSegmentItem[] getSegmentSet()
public void setSegmentSet(SmartSubtitleTaskAsrFullTextSegmentItem[] SegmentSet)
SegmentSet
- List of segments for full speech recognition.
Note: This field may return null, indicating that no valid value can be obtained.public String getSubtitlePath()
public void setSubtitlePath(String SubtitlePath)
SubtitlePath
- Subtitle file path.Copyright © 2025. All rights reserved.