Class SentenceWord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
public class SentenceWord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SentenceWord()SentenceWord(SentenceWord 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEndTime()Get 词在音频中的结束时间LonggetStartTime()Get 词在音频中的开始时间StringgetWord()Get 词结果voidsetEndTime(Long EndTime)Set 词在音频中的结束时间voidsetStartTime(Long StartTime)Set 词在音频中的开始时间voidsetWord(String Word)Set 词结果voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SentenceWord
public SentenceWord()
-
SentenceWord
public SentenceWord(SentenceWord 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.
-
-
Method Detail
-
getWord
public String getWord()
Get 词结果- Returns:
- Word 词结果
-
setWord
public void setWord(String Word)
Set 词结果- Parameters:
Word- 词结果
-
getStartTime
public Long getStartTime()
Get 词在音频中的开始时间- Returns:
- StartTime 词在音频中的开始时间
-
setStartTime
public void setStartTime(Long StartTime)
Set 词在音频中的开始时间- Parameters:
StartTime- 词在音频中的开始时间
-
getEndTime
public Long getEndTime()
Get 词在音频中的结束时间- Returns:
- EndTime 词在音频中的结束时间
-
setEndTime
public void setEndTime(Long EndTime)
Set 词在音频中的结束时间- Parameters:
EndTime- 词在音频中的结束时间
-
-