public class KeywordsExtractionRequest extends AbstractModel
Constructor and Description |
---|
KeywordsExtractionRequest() |
KeywordsExtractionRequest(KeywordsExtractionRequest 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 |
---|---|
Long |
getNum()
Get 指定关键词个数上限(默认值为5)
|
String |
getText()
Get 待处理的文本(仅支持UTF-8格式,不超过10000字)
|
void |
setNum(Long Num)
Set 指定关键词个数上限(默认值为5)
|
void |
setText(String Text)
Set 待处理的文本(仅支持UTF-8格式,不超过10000字)
|
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 KeywordsExtractionRequest()
public KeywordsExtractionRequest(KeywordsExtractionRequest source)
public String getText()
public void setText(String Text)
Text
- 待处理的文本(仅支持UTF-8格式,不超过10000字)public Long getNum()
public void setNum(Long Num)
Num
- 指定关键词个数上限(默认值为5)Copyright © 2021. All rights reserved.