public class SentenceWords extends AbstractModel
Constructor and Description |
---|
SentenceWords() |
SentenceWords(SentenceWords 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 |
---|---|
Long |
getOffsetEndMs()
Get 在句子中的结束时间偏移量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOffsetStartMs()
Get 在句子中的开始时间偏移量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getWord()
Get 词文本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOffsetEndMs(Long OffsetEndMs)
Set 在句子中的结束时间偏移量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOffsetStartMs(Long OffsetStartMs)
Set 在句子中的开始时间偏移量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWord(String Word)
Set 词文本
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public SentenceWords()
public SentenceWords(SentenceWords source)
public String getWord()
public void setWord(String Word)
Word
- 词文本
注意:此字段可能返回 null,表示取不到有效值。public Long getOffsetStartMs()
public void setOffsetStartMs(Long OffsetStartMs)
OffsetStartMs
- 在句子中的开始时间偏移量
注意:此字段可能返回 null,表示取不到有效值。public Long getOffsetEndMs()
public void setOffsetEndMs(Long OffsetEndMs)
OffsetEndMs
- 在句子中的结束时间偏移量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.