public class AudioResultDetailLanguageResult extends AbstractModel
| Constructor and Description | 
|---|
| AudioResultDetailLanguageResult() | 
| AudioResultDetailLanguageResult(AudioResultDetailLanguageResult 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 | getEndTime()Get End time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLabel()Get Language
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getScore()Get Score
Note: This field may return null, indicating that no valid values can be obtained. | 
| Float | getStartTime()Get Start time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSubLabelCode()Get Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEndTime(Float EndTime)Set End time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLabel(String Label)Set Language
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setScore(Long Score)Set Score
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStartTime(Float StartTime)Set Start time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSubLabelCode(String SubLabelCode)Set Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic AudioResultDetailLanguageResult()
public AudioResultDetailLanguageResult(AudioResultDetailLanguageResult source)
public String getLabel()
public void setLabel(String Label)
Label - Language
Note: This field may return null, indicating that no valid values can be obtained.public Long getScore()
public void setScore(Long Score)
Score - Score
Note: This field may return null, indicating that no valid values can be obtained.public Float getStartTime()
public void setStartTime(Float StartTime)
StartTime - Start time
Note: This field may return null, indicating that no valid values can be obtained.public Float getEndTime()
public void setEndTime(Float EndTime)
EndTime - End time
Note: This field may return null, indicating that no valid values can be obtained.public String getSubLabelCode()
public void setSubLabelCode(String SubLabelCode)
SubLabelCode - Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.