Class ParseWordsResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.nlp.v20190408.models.ParseWordsResponse
-
public class ParseWordsResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ParseWordsResponse()ParseWordsResponse(ParseWordsResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicParticiple[]getBasicParticiples()Get 基础粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))CompoundParticiple[]getCompoundParticiples()Get 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))Entity[]getEntities()Get 实体识别结果。(请参见附录[实体类型数据](https://cloud.tencent.com/document/product/271/90592))StringgetNormalText()Get 输入文本正则化的结果。(包括对英文文本中的开头和实体进行大写等)StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetBasicParticiples(BasicParticiple[] BasicParticiples)Set 基础粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))voidsetCompoundParticiples(CompoundParticiple[] CompoundParticiples)Set 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))voidsetEntities(Entity[] Entities)Set 实体识别结果。(请参见附录[实体类型数据](https://cloud.tencent.com/document/product/271/90592))voidsetNormalText(String NormalText)Set 输入文本正则化的结果。(包括对英文文本中的开头和实体进行大写等)voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ParseWordsResponse
public ParseWordsResponse()
-
ParseWordsResponse
public ParseWordsResponse(ParseWordsResponse 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.
-
-
Method Detail
-
getNormalText
public String getNormalText()
Get 输入文本正则化的结果。(包括对英文文本中的开头和实体进行大写等)- Returns:
- NormalText 输入文本正则化的结果。(包括对英文文本中的开头和实体进行大写等)
-
setNormalText
public void setNormalText(String NormalText)
Set 输入文本正则化的结果。(包括对英文文本中的开头和实体进行大写等)- Parameters:
NormalText- 输入文本正则化的结果。(包括对英文文本中的开头和实体进行大写等)
-
getBasicParticiples
public BasicParticiple[] getBasicParticiples()
Get 基础粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))- Returns:
- BasicParticiples 基础粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))
-
setBasicParticiples
public void setBasicParticiples(BasicParticiple[] BasicParticiples)
Set 基础粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))- Parameters:
BasicParticiples- 基础粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))
-
getCompoundParticiples
public CompoundParticiple[] getCompoundParticiples()
Get 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))- Returns:
- CompoundParticiples 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))
-
setCompoundParticiples
public void setCompoundParticiples(CompoundParticiple[] CompoundParticiples)
Set 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))- Parameters:
CompoundParticiples- 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))
-
getEntities
public Entity[] getEntities()
Get 实体识别结果。(请参见附录[实体类型数据](https://cloud.tencent.com/document/product/271/90592))- Returns:
- Entities 实体识别结果。(请参见附录[实体类型数据](https://cloud.tencent.com/document/product/271/90592))
-
setEntities
public void setEntities(Entity[] Entities)
Set 实体识别结果。(请参见附录[实体类型数据](https://cloud.tencent.com/document/product/271/90592))- Parameters:
Entities- 实体识别结果。(请参见附录[实体类型数据](https://cloud.tencent.com/document/product/271/90592))
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-