public class WordResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
WordResult() |
WordResult(WordResult 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 |
getEnd()
Get Word end timestamp, in seconds.
|
Float |
getStart()
Get Word start timestamp, in seconds.
|
String |
getTrans()
Get Text after translation.
|
String |
getWord()
Get Word text.
|
void |
setEnd(Float End)
Set Word end timestamp, in seconds.
|
void |
setStart(Float Start)
Set Word start timestamp, in seconds.
|
void |
setTrans(String Trans)
Set Text after translation.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public WordResult()
public WordResult(WordResult source)
public String getWord()
public void setWord(String Word)
Word
- Word text.public Float getStart()
public void setStart(Float Start)
Start
- Word start timestamp, in seconds.public Float getEnd()
public void setEnd(Float End)
End
- Word end timestamp, in seconds.public String getTrans()
public void setTrans(String Trans)
Trans
- Text after translation.Copyright © 2025. All rights reserved.