public class ModifyWordSampleRequest extends AbstractModel
Constructor and Description |
---|
ModifyWordSampleRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyword()
Get Keyword.
|
AiSampleTagOperation |
getTagOperationInfo()
Get Tag operation information.
|
String[] |
getUsages()
Get Keyword use case.
|
void |
setKeyword(String Keyword)
Set Keyword.
|
void |
setTagOperationInfo(AiSampleTagOperation TagOperationInfo)
Set Tag operation information.
|
void |
setUsages(String[] Usages)
Set Keyword use case.
|
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 getKeyword()
public void setKeyword(String Keyword)
Keyword
- Keyword. Length limit: 128 characters.public String[] getUsages()
public void setUsages(String[] Usages)
Usages
- Keyword use case. 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 and 4 combined.
7. All: all of the above, equivalent to 1, 2, 3, and 4 combined.public AiSampleTagOperation getTagOperationInfo()
public void setTagOperationInfo(AiSampleTagOperation TagOperationInfo)
TagOperationInfo
- Tag operation information.Copyright © 2021. All rights reserved.