public class DescribeWordSamplesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeWordSamplesRequest() |
DescribeWordSamplesRequest(DescribeWordSamplesRequest 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[] |
getKeywords()
Get 关键词过滤条件,数组长度限制:100 个词。
|
Long |
getLimit()
Get 返回记录条数,默认值:100,最大值:100。
|
Long |
getOffset()
Get 分页偏移量,默认值:0。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
String[] |
getTags()
Get 标签过滤条件,数组长度限制:20 个词。
|
String[] |
getUsages()
Get 关键词应用场景过滤条件,可选值:
1.
|
void |
setKeywords(String[] Keywords)
Set 关键词过滤条件,数组长度限制:100 个词。
|
void |
setLimit(Long Limit)
Set 返回记录条数,默认值:100,最大值:100。
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认值:0。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setTags(String[] Tags)
Set 标签过滤条件,数组长度限制:20 个词。
|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeWordSamplesRequest()
public DescribeWordSamplesRequest(DescribeWordSamplesRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。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;
可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- 关键词过滤条件,数组长度限制:100 个词。public String[] getTags()
public void setTags(String[] Tags)
Tags
- 标签过滤条件,数组长度限制:20 个词。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回记录条数,默认值:100,最大值:100。Copyright © 2023. All rights reserved.