public class SpeakerResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
SpeakerResult() |
SpeakerResult(SpeakerResult 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 结束时间
|
String |
getLabel()
Get 标签
|
Long |
getScore()
Get 分数
|
Float |
getStartTime()
Get 开始时间
|
void |
setEndTime(Float EndTime)
Set 结束时间
|
void |
setLabel(String Label)
Set 标签
|
void |
setScore(Long Score)
Set 分数
|
void |
setStartTime(Float StartTime)
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, toJsonString
public SpeakerResult()
public SpeakerResult(SpeakerResult source)
public String getLabel()
public void setLabel(String Label)
Label
- 标签public Long getScore()
public void setScore(Long Score)
Score
- 分数public Float getStartTime()
public void setStartTime(Float StartTime)
StartTime
- 开始时间public Float getEndTime()
public void setEndTime(Float EndTime)
EndTime
- 结束时间Copyright © 2025. All rights reserved.