public class AutoSummarizationRequest extends AbstractModel
Constructor and Description |
---|
AutoSummarizationRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLength()
获取指定摘要的长度(默认值为200)
注:为保证摘要的可读性,最终生成的摘要长度并不会严格遵循这个值,会有略微的浮动
|
String |
getText()
获取待处理的文本(仅支持UTF-8格式,不超过2000字)
|
void |
setLength(Long Length)
设置指定摘要的长度(默认值为200)
注:为保证摘要的可读性,最终生成的摘要长度并不会严格遵循这个值,会有略微的浮动
|
void |
setText(String Text)
设置待处理的文本(仅支持UTF-8格式,不超过2000字)
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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.