public class AsrHotwordsSet extends AbstractModel
header, skipSign
Constructor and Description |
---|
AsrHotwordsSet() |
AsrHotwordsSet(AsrHotwordsSet 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 |
getCreateTime()
Get Creation time of the hotword lexicon in ISO datetime format (UTC time).
|
String |
getFileName()
Get Name of the uploaded hotword file.
|
String |
getHotwordsId()
Get Hotword lexicon ID.
|
String |
getName()
Get Hotword lexicon name.
|
Long |
getStatus()
Get Current hotword lexicon status.
|
Long |
getType()
Get 0: temporary hotword lexicon
1: file-based hotword lexicon
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getUpdateTime()
Get Creation time of the hotword lexicon in ISO datetime format (UTC time).
|
Long |
getWordCount()
Get Number of hotwords in the hotword lexicon.
|
void |
setCreateTime(String CreateTime)
Set Creation time of the hotword lexicon in ISO datetime format (UTC time).
|
void |
setFileName(String FileName)
Set Name of the uploaded hotword file.
|
void |
setHotwordsId(String HotwordsId)
Set Hotword lexicon ID.
|
void |
setName(String Name)
Set Hotword lexicon name.
|
void |
setStatus(Long Status)
Set Current hotword lexicon status.
|
void |
setType(Long Type)
Set 0: temporary hotword lexicon
1: file-based hotword lexicon
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setUpdateTime(String UpdateTime)
Set Creation time of the hotword lexicon in ISO datetime format (UTC time).
|
void |
setWordCount(Long WordCount)
Set Number of hotwords in the hotword lexicon.
|
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 AsrHotwordsSet()
public AsrHotwordsSet(AsrHotwordsSet source)
public String getHotwordsId()
public void setHotwordsId(String HotwordsId)
HotwordsId
- Hotword lexicon ID.
Note: This field may return null, indicating that no valid value can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Current hotword lexicon status. The value indicates the number of smart subtitle templates bound to this hotword lexicon.
If the value of Status is 0, it indicates that the hotword lexicon is not referenced by any smart subtitle template and that it can be deleted.
If the value of Status is not 0, it indicates that the hotword lexicon cannot be deleted.
Note: This field may return null, indicating that no valid value can be obtained.public String getName()
public void setName(String Name)
Name
- Hotword lexicon name.
Note: This field may return null, indicating that no valid value can be obtained.public Long getWordCount()
public void setWordCount(Long WordCount)
WordCount
- Number of hotwords in the hotword lexicon.
Note: This field may return null, indicating that no valid value can be obtained.public String getFileName()
public void setFileName(String FileName)
FileName
- Name of the uploaded hotword file.
Note: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of the hotword lexicon in ISO datetime format (UTC time). For example, 2006-01-02T15:04:05Z.
Note: This field may return null, indicating that no valid value can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Creation time of the hotword lexicon in ISO datetime format (UTC time). For example, 2006-01-02T15:04:05Z.
Note: This field may return null, indicating that no valid value can be obtained.public Long getType()
public void setType(Long Type)
Type
- 0: temporary hotword lexicon
1: file-based hotword lexicon
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.