public class DetailInfo extends AbstractModel
Constructor and Description |
---|
DetailInfo() |
DetailInfo(DetailInfo 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 |
---|---|
String |
getKeyword()
Get 词汇库中的单词
|
WordTimePair[] |
getValue()
Get 单词出现在该音频中的那个句子的时间戳,出现了几次, 就返回对应次数的起始和结束时间戳
|
void |
setKeyword(String Keyword)
Set 词汇库中的单词
|
void |
setValue(WordTimePair[] Value)
Set 单词出现在该音频中的那个句子的时间戳,出现了几次, 就返回对应次数的起始和结束时间戳
|
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 DetailInfo()
public DetailInfo(DetailInfo source)
public WordTimePair[] getValue()
public void setValue(WordTimePair[] Value)
Value
- 单词出现在该音频中的那个句子的时间戳,出现了几次, 就返回对应次数的起始和结束时间戳public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 词汇库中的单词Copyright © 2023. All rights reserved.