public class ModifyWordSampleRequest extends AbstractModel
Constructor and Description |
---|
ModifyWordSampleRequest() |
ModifyWordSampleRequest(ModifyWordSampleRequest 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 关键词,长度限制:128 个字符。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
AiSampleTagOperation |
getTagOperationInfo()
Get 标签操作信息。
|
String[] |
getUsages()
Get 关键词应用场景,可选值:
1.
|
void |
setKeyword(String Keyword)
Set 关键词,长度限制:128 个字符。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setTagOperationInfo(AiSampleTagOperation TagOperationInfo)
Set 标签操作信息。
|
void |
setUsages(String[] Usages)
Set 关键词应用场景,可选值:
1.
|
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 ModifyWordSampleRequest()
public ModifyWordSampleRequest(ModifyWordSampleRequest source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 关键词,长度限制:128 个字符。public String[] getUsages()
public void setUsages(String[] Usages)
Usages
- 关键词应用场景,可选值:
1. Recognition.Ocr:通过光学字符识别技术,进行内容识别;
2. Recognition.Asr:通过音频识别技术,进行内容识别;
3. Review.Ocr:通过光学字符识别技术,进行不适宜的内容识别;
4. Review.Asr:通过音频识别技术,进行不适宜的内容识别;
可合并简写为:
5. Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
6. Review:通过光学字符识别技术、音频识别技术,进行不适宜的内容识别,等价于 3+4;
7. All:包含以上全部,等价于 1+2+3+4。public AiSampleTagOperation getTagOperationInfo()
public void setTagOperationInfo(AiSampleTagOperation TagOperationInfo)
TagOperationInfo
- 标签操作信息。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2021. All rights reserved.