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