public class CreateWordSamplesRequest extends AbstractModel
Constructor and Description |
---|
CreateWordSamplesRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
String[] |
getUsages()
Get 关键词应用场景,可选值:
1.
|
AiSampleWordInfo[] |
getWords()
Get 关键词,数组长度限制:100。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setUsages(String[] Usages)
Set 关键词应用场景,可选值:
1.
|
void |
setWords(AiSampleWordInfo[] Words)
Set 关键词,数组长度限制:100。
|
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 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 AiSampleWordInfo[] getWords()
public void setWords(AiSampleWordInfo[] Words)
Words
- 关键词,数组长度限制:100。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2020. All rights reserved.