public class SentenceWords extends AbstractModel
header, skipSign| 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 End time offset in the sentence. 
 | 
Long | 
getOffsetStartMs()
Get Start time offset in the sentence. 
 | 
String | 
getWord()
Get Word text. 
 | 
void | 
setOffsetEndMs(Long OffsetEndMs)
Set End time offset in the sentence. 
 | 
void | 
setOffsetStartMs(Long OffsetStartMs)
Set Start time offset in the sentence. 
 | 
void | 
setWord(String Word)
Set Word text. 
 | 
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, toJsonStringpublic SentenceWords()
public SentenceWords(SentenceWords source)
public String getWord()
public void setWord(String Word)
Word - Word text.
Note: This field may return null, indicating that no valid values can be obtained.public Long getOffsetStartMs()
public void setOffsetStartMs(Long OffsetStartMs)
OffsetStartMs - Start time offset in the sentence.
Note: This field may return null, indicating that no valid values can be obtained.public Long getOffsetEndMs()
public void setOffsetEndMs(Long OffsetEndMs)
OffsetEndMs - End time offset in the sentence.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.