public class DescribeWordSamplesRequest extends AbstractModel
Constructor and Description |
---|
DescribeWordSamplesRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getKeywords()
Get Keyword filter.
|
Long |
getLimit()
Get Number of returned entries.
|
Long |
getOffset()
Get Paging offset.
|
String[] |
getTags()
Get Tag filter.
|
String[] |
getUsages()
Get Keyword use case filter.
|
void |
setKeywords(String[] Keywords)
Set Keyword filter.
|
void |
setLimit(Long Limit)
Set Number of returned entries.
|
void |
setOffset(Long Offset)
Set Paging offset.
|
void |
setTags(String[] Tags)
Set Tag filter.
|
void |
setUsages(String[] Usages)
Set Keyword use case filter.
|
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[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- Keyword filter. Array length limit: 100 words.public String[] getUsages()
public void setUsages(String[] Usages)
Usages
- Keyword use case filter. Valid values:
1. Recognition.Ocr: OCR-based content recognition;
2. Recognition.Asr: ASR-based content recognition;
3. Review.Ocr: OCR-based detection of inappropriate content;
4. Review.Asr:ASR-based detection of inappropriate content;
These values can be merged as follows:
5. Recognition: ASR- and OCR-based content recognition, equivalent to 1 and 2 combined;
6. Review: ASR- and OCR-based detection of inappropriate content, equivalent to 3+4 above;
Multiple elements can be selected, and the relationship between them is "or", i.e., any keyword use case that contains any element in this field set will be deemed eligible.public String[] getTags()
public void setTags(String[] Tags)
Tags
- Tag filter. Array length limit: 20 words.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Paging offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned entries. Default value: 100. Maximum value: 100.Copyright © 2021. All rights reserved.