public class AutoSummarizationRequest extends AbstractModel
构造器和说明 |
---|
AutoSummarizationRequest() |
限定符和类型 | 方法和说明 |
---|---|
Long |
getLength()
Get 指定摘要的长度(默认值为200)
注:为保证摘要的可读性,最终生成的摘要长度并不会严格遵循这个值,会有略微的浮动
|
String |
getText()
Get 待处理的文本(仅支持UTF-8格式,不超过2000字)
|
void |
setLength(Long Length)
Set 指定摘要的长度(默认值为200)
注:为保证摘要的可读性,最终生成的摘要长度并不会严格遵循这个值,会有略微的浮动
|
void |
setText(String Text)
Set 待处理的文本(仅支持UTF-8格式,不超过2000字)
|
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格式,不超过2000字)public Long getLength()
public void setLength(Long Length)
Length
- 指定摘要的长度(默认值为200)
注:为保证摘要的可读性,最终生成的摘要长度并不会严格遵循这个值,会有略微的浮动Copyright © 2019. All rights reserved.